mirror of
https://github.com/chillout2k/sos-milter.git
synced 2025-12-15 19:29:45 +00:00
Jenkins declarative pipeline
This commit is contained in:
parent
468a168118
commit
1f9cce63ca
@ -34,9 +34,9 @@ pipeline {
|
|||||||
stage('Push image') {
|
stage('Push image') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
docker.withRegistry(dockerRegistry) {
|
/* docker.withRegistry(dockerRegistry) {*/
|
||||||
imageObject.push()
|
imageObject.push()
|
||||||
}
|
/* }*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user