mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
CI: Fix missing script block in jenkinsfiles
Change-Id: Ib4b6e4887695f230ea7a5b0c879b29fc5a13be4f
This commit is contained in:
@@ -183,10 +183,12 @@ pipeline {
|
||||
}
|
||||
post {
|
||||
cleanup {
|
||||
script {
|
||||
if (env.CLEANUP_WS_UNITTESTS.toBoolean()) {
|
||||
cleanWs deleteDirs: true, notFailBuild: false
|
||||
}
|
||||
}
|
||||
}
|
||||
/*
|
||||
* The Gerrit Trigger will automatically post the "Verified" results back
|
||||
* to Gerrit but the verification publisher publishes extra stuff in the
|
||||
|
Reference in New Issue
Block a user