mirror of
https://github.com/chillout2k/sos-milter.git
synced 2025-12-12 18:10:18 +00:00
Jenkins scripted multibranch pipeline
This commit is contained in:
parent
03288406d5
commit
7c47f9765f
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -44,8 +44,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Cleanup') {
|
stage('Cleanup') {
|
||||||
steps {
|
steps {
|
||||||
sh '/usr/bin/docker rmi "${imageName}:${BRANCH_NAME}"'
|
sh '/usr/bin/docker rmi -f "${imageName}:${BRANCH_NAME}"'
|
||||||
sh '/usr/bin/docker rmi "${dockerRegistry}/${imageName}:${BRANCH_NAME}"'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user