Update Jenkinsfile

This commit is contained in:
Andrew Pitt 2019-12-13 12:40:06 -05:00 committed by GitHub
parent a70c07cddf
commit 77e91fbdaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -33,7 +33,7 @@ try {
// unstash name:"jar" // unstash name:"jar"
openshift.withCluster() { openshift.withCluster() {
openshift.withProject('cicd') { openshift.withProject('cicd') {
sh "oc start-build ${appName}-build --from-file=target/app.jar -n cicd --follow" sh "oc start-build ${appName}-s2i-build --from-file=target/app.jar -n cicd --follow"
} }
} }
} }