always cleanWs
This commit is contained in:
parent
26772cd3ff
commit
4b5cb63739
|
@ -75,6 +75,9 @@ pipeline {
|
|||
}
|
||||
|
||||
post {
|
||||
always {
|
||||
cleanWs deleteDirs: true, notFailBuild: true, patterns: [[pattern: '.repository', type: 'EXCLUDE']]
|
||||
}
|
||||
unstable {
|
||||
notifyBuild("Unstable Build")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue