diff --git a/Jenkinsfile b/Jenkinsfile index 664f34d..c9e3069 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,7 +37,7 @@ pipeline { post { always { - sh """buildah prune -a""" + sh """buildah rmi -af""" emailext body: 'build finished', subject: '[jenkins] docker '+project+'('+version+'): ' + currentBuild.result, to: 'cg@zknt.org', from: 'sysadm@zknt.org', attachLog: true } }