Fix derp
This commit is contained in:
parent
748a4bde2f
commit
8df60afa12
@ -71,7 +71,9 @@ def call(Map config=[:]) {
|
|||||||
|
|
||||||
// generic clean
|
// generic clean
|
||||||
stage('cleanup') {
|
stage('cleanup') {
|
||||||
|
steps {
|
||||||
sh 'make clean'
|
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