Skip to content

Commit

Permalink
Update cicd-stable.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
v1gnesh authored Jan 25, 2024
1 parent dd7e80b commit 1d53da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicd-stable.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ node('linux')
userRemoteConfigs: [[url: 'https://github.com/ZOSOpenTools/buildkiteport.git']]])
}
stage('Build') {
build job: 'Port-Pipeline', parameters: [string(name: 'PORT_GITHUB_REPO', value: 'https://github.com/ZOSOpenTools/buildkiteport.git'), string(name: 'PORT_DESCRIPTION', value: 'Buildkite CI/CD' ), string(name: 'BUILD_LINE', value: 'STABLE'), string(name: 'NODE_LABEL', value: "go_120" ) ]
build job: 'Port-Pipeline', parameters: [string(name: 'PORT_GITHUB_REPO', value: 'https://github.com/ZOSOpenTools/buildkiteport.git'), string(name: 'PORT_DESCRIPTION', value: 'Buildkite CI/CD' ), string(name: 'BUILD_LINE', value: 'STABLE'), string(name: 'NODE_LABEL', value: "go_121" ) ]
}
}

0 comments on commit 1d53da0

Please sign in to comment.