restore cleanWs:
Signed-off-by: olivier lamy <olamy@apache.org>
This commit is contained in:
parent
18c36f344b
commit
2a1122ecf6
|
@ -68,7 +68,7 @@ pipeline {
|
||||||
|
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
cleanWs() // deleteDirs: true, notFailBuild: true, patterns: [[pattern: '.repository', type: 'EXCLUDE']]
|
cleanWs deleteDirs: true, notFailBuild: true, patterns: [[pattern: '.repository', type: 'EXCLUDE']]
|
||||||
}
|
}
|
||||||
unstable {
|
unstable {
|
||||||
script{
|
script{
|
||||||
|
|
Loading…
Reference in New Issue