Merge commit '93faaeb6cec341b66e93f5da5d6d6c218351a1aa'
ZeroDownTime/sns-alert-hub/pipeline/head There was a failure building this commit Details

This commit is contained in:
Stefan Reimer 2023-08-14 10:24:11 +00:00
commit cf558ada66
1 changed files with 3 additions and 1 deletions

View File

@ -71,7 +71,9 @@ def call(Map config=[:]) {
// generic clean
stage('cleanup') {
sh 'make clean'
steps {
sh 'make clean'
}
// Basic registry retention removing untagged images if not PR only
when { not { changeRequest() } }