diff options
author | Olivier Lamy <olamy@apache.org> | 2018-12-29 09:28:33 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-29 09:28:33 +1000 |
commit | 5681431abe7a7f3cd114c93efc655d341953c4ed (patch) | |
tree | 843e151974958f318cf998981d791ebd29b77be6 | |
parent | dade9e2ccb685d0f59977633abffbf28ab930081 (diff) | |
download | archiva-5681431abe7a7f3cd114c93efc655d341953c4ed.tar.gz archiva-5681431abe7a7f3cd114c93efc655d341953c4ed.zip |
cleanWs
-rw-r--r-- | Jenkinsfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index b53b83bf5..4421a466e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -99,9 +99,9 @@ pipeline { unstable { notifyBuild("Unstable Build") } -// always { -// cleanWs deleteDirs: true, notFailBuild: true, patterns: [[pattern: '.repository', type: 'EXCLUDE']] -// } + always { + cleanWs deleteDirs: true, notFailBuild: true, patterns: [[pattern: '.repository', type: 'EXCLUDE']] + } } } |