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