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