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
9c0b4b943a
commit
e1ebf457a7
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -44,7 +44,7 @@ pipeline {
|
||||
}
|
||||
stage('Cleanup') {
|
||||
steps {
|
||||
sh '/usr/bin/docker rmi ${env.imageName}:${env.BRANCH_NAME}'
|
||||
sh '/usr/bin/docker rmi "${imageName}:${BRANCH_NAME}"'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user