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