Skip to content
Snippets Groups Projects
Unverified Commit d5159aa8 authored by Giorgio Sironi's avatar Giorgio Sironi Committed by GitHub
Browse files

Merge pull request #29 from elifesciences/trigger_downstream

Trigger downstream updates
parents 851eb577 17182bdc
No related branches found
No related tags found
No related merge requests found
elifeLibrary {
def commit
stage 'Checkout', {
checkout scm
commit = elifeGitRevision()
}
stage 'Build image', {
......@@ -10,4 +12,14 @@ elifeLibrary {
stage 'Run tests', {
elifeLocalTests './project_tests.sh'
}
elifeMainlineOnly {
stage 'Merge to master', {
elifeGitMoveToBranch commit, 'master'
}
stage 'Downstream', {
build job: 'dependencies-sciencebeam-update-sciencebeam-gym', wait: false, parameters: [string(name: 'commit', value: commit)]
}
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment