Temporary while data in sys is so bad
This commit is contained in:
30
openshift/sys/Jenkinsfile
vendored
30
openshift/sys/Jenkinsfile
vendored
@@ -152,21 +152,21 @@ pipeline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Temporary while data in sys is so bad
|
// Temporary while data in sys is so bad
|
||||||
// stage('Deploy to "test"') {
|
stage('Deploy to "test"') {
|
||||||
// steps {
|
steps {
|
||||||
// echo '### Deploying to "test"... ###'
|
echo '### Deploying to "test"... ###'
|
||||||
// script {
|
script {
|
||||||
// openshift.withCluster() {
|
openshift.withCluster() {
|
||||||
// openshift.withProject(test_project) {
|
openshift.withProject(test_project) {
|
||||||
// openshift.raw("set image dc/${ appname } ${ appname }=docker-registry.default.svc:5000/${utv_project}/${ appname }:${BUILD_TAG} --record=true --source=docker")
|
openshift.raw("set image dc/${ appname } ${ appname }=docker-registry.default.svc:5000/${utv_project}/${ appname }:${BUILD_TAG} --record=true --source=docker")
|
||||||
// openshift.raw("annotate dc ${ appname } version=${BUILD_TAG} --overwrite=true")
|
openshift.raw("annotate dc ${ appname } version=${BUILD_TAG} --overwrite=true")
|
||||||
// openshift.selector("dc", "${ appname }").rollout().status();
|
openshift.selector("dc", "${ appname }").rollout().status();
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
// echo '### Deployed to "test"! ###'
|
echo '### Deployed to "test"! ###'
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user