Update Jenkinsfile

This commit is contained in:
Andrew Pitt 2019-12-15 23:08:28 -05:00 committed by GitHub
parent 4b8729ad9f
commit 0e3f589bc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -60,7 +60,7 @@ try {
echo "Tag to UAT"
openshift.withCluster() {
openshift.withProject('cicd') {
openshift.tag("${appName}:dev", "${appName}:qa")
openshift.tag("${appName}:dev", "${appName}:uat")
}
}
}