Merge commit 'd8b6e1daf998761102843e093215a409dbeb524c'
This commit is contained in:
commit
205881747d
@ -68,6 +68,13 @@ def call(Map config=[:]) {
|
||||
}
|
||||
}
|
||||
|
||||
// Basic registry retention removing untagged images
|
||||
stage('cleanup') {
|
||||
when { not { changeRequest() } }
|
||||
steps {
|
||||
sh 'make rm-remote-untagged'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user