Skip to content

Commit

Permalink
Add Jenkinsfile to call downstream job (#9805)
Browse files Browse the repository at this point in the history
* Add Jenkinsfile to call downstream job

* rename Jenkinsfile
  • Loading branch information
17navasaw authored and mjkkirschner committed Jul 2, 2019
1 parent fb4916a commit 3eb8797
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eoJenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
stage ('Starting Dynamo build job') {
def branchToBuild = env.BRANCH_NAME
build job: '../DynamoBuildscripts/master', parameters: [[$class: 'StringParameterValue', name: 'BranchDynamo', value: branchToBuild ]]
}

0 comments on commit 3eb8797

Please sign in to comment.