From b5299e8a6f560a04b394431e62484461c707d887 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 7 Jun 2023 04:34:44 +0200 Subject: [PATCH] compat old buildah --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }