mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +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,8 +183,10 @@ pipeline {
|
|||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
cleanup {
|
cleanup {
|
||||||
if (env.CLEANUP_WS_UNITTESTS.toBoolean()) {
|
script {
|
||||||
cleanWs deleteDirs: true, notFailBuild: false
|
if (env.CLEANUP_WS_UNITTESTS.toBoolean()) {
|
||||||
|
cleanWs deleteDirs: true, notFailBuild: false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user