Jenkins declarative pipeline

This commit is contained in:
Dominik Chilla 2019-06-13 21:33:52 +02:00
parent 468a168118
commit 1f9cce63ca

View File

@ -34,9 +34,9 @@ pipeline {
stage('Push image') {
steps {
script {
docker.withRegistry(dockerRegistry) {
/* docker.withRegistry(dockerRegistry) {*/
imageObject.push()
}
/* }*/
}
}
}