fix syntax
Signed-off-by: olivier lamy <olamy@apache.org>
This commit is contained in:
parent
162fb0fa50
commit
21384978c5
|
@ -66,7 +66,7 @@ pipeline {
|
|||
|
||||
post {
|
||||
always {
|
||||
cleanWs deleteDirs: true, notFailBuild: true, patterns: [[pattern: '.repository', type: 'EXCLUDE']]
|
||||
cleanWs() // deleteDirs: true, notFailBuild: true, patterns: [[pattern: '.repository', type: 'EXCLUDE']]
|
||||
}
|
||||
unstable {
|
||||
script{
|
||||
|
|
Loading…
Reference in New Issue