This commit is contained in:
parent
0f5ba243dd
commit
23f6e79ddd
|
@ -32,4 +32,12 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
cleanWs(notFailBuild: true,
|
||||
deleteDirs: true,
|
||||
cleanWhenNotBuilt: false,
|
||||
patterns: [[pattern: 'target/', type: 'EXCLUDE']])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue