Skip to content

Commit 3e05ece

Browse files
authored
Update eoJenkinsfile
1 parent 3451fd8 commit 3e05ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eoJenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
stage ('Starting Dynamo build job') {
22
def branchToBuild = env.BRANCH_NAME
3-
build job: '../DynamoBuildscripts/master', parameters: [[$class: 'StringParameterValue', name: 'BranchDynamo', value: branchToBuild ]]
3+
build job: '../DynamoBuildscripts/sb1', parameters: [[$class: 'StringParameterValue', name: 'BranchDynamo', value: branchToBuild ]]
44
}

0 commit comments

Comments
 (0)