Skip to content

Commit

Permalink
Update cicd-dev.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTodorovskiIBM authored Nov 23, 2023
1 parent 57d7010 commit 3444965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicd-dev.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ node('linux')
}

stage('Build') {
build job: 'Port-Pipeline', parameters: [string(name: 'PORT_GITHUB_REPO', value: 'https://github.com/ZOSOpenTools/bashport.git'), string(name: 'PORT_DESCRIPTION', value: 'Bash is the GNU Projects the Bourne Again SHell' ), string(name: 'BUILD_LINE', value: 'DEV') ]
build job: 'Port-Pipeline', parameters: [string(name: 'PORT_GITHUB_REPO', value: 'https://github.com/ZOSOpenTools/bashport.git'), string(name: 'PORT_DESCRIPTION', value: 'Bash is the GNU Projects the Bourne Again SHell' ), string(name: 'BUILD_LINE', value: 'DEV'), string(name: 'NODE_LABEL', value: "v2r4")]
}
}

0 comments on commit 3444965

Please sign in to comment.