mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Jenkins: add cleanup for finalize stage
(cherry picked from commit a3fc5bd3b2717a08c45e78fb9c0b0aeabe206ef3)
This commit is contained in:
parent
d55f2bde80
commit
272825480a
@ -144,6 +144,11 @@ def call(description=null, pkgList=null, buildCmd=null) {
|
||||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
cleanup {
|
||||
deleteDir()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user