Merge commit '93faaeb6cec341b66e93f5da5d6d6c218351a1aa'
This commit is contained in:
commit
cf558ada66
@ -71,7 +71,9 @@ def call(Map config=[:]) {
|
|||||||
|
|
||||||
// generic clean
|
// generic clean
|
||||||
stage('cleanup') {
|
stage('cleanup') {
|
||||||
sh 'make clean'
|
steps {
|
||||||
|
sh 'make clean'
|
||||||
|
}
|
||||||
|
|
||||||
// Basic registry retention removing untagged images if not PR only
|
// Basic registry retention removing untagged images if not PR only
|
||||||
when { not { changeRequest() } }
|
when { not { changeRequest() } }
|
||||||
|
Loading…
Reference in New Issue
Block a user