This is an automated email from the ASF dual-hosted git repository.
martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 8ec5a09 Fixing syntax
8ec5a09 is described below
commit 8ec5a09aed62b4305e06cdf462e117a5d28d16f9
Author: Martin Stockhammer <[email protected]>
AuthorDate: Thu May 17 23:47:14 2018 +0200
Fixing syntax
---
Jenkinsfile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index efecf48..9b49673 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -96,9 +96,9 @@ pipeline {
unstable {
notifyBuild("Unstable Build")
}
- always {
- // cleanWs deleteDirs: true, notFailBuild: true, patterns:
[[pattern: '.repository', type: 'EXCLUDE'],[pattern: '.repository/**', type:
'EXCLUDE']]
- }
+// always {
+// cleanWs deleteDirs: true, notFailBuild: true, patterns:
[[pattern: '.repository', type: 'EXCLUDE'],[pattern: '.repository/**', type:
'EXCLUDE']]
+// }
success {
script {
def previousResult = currentBuild.previousBuild?.result
--
To stop receiving notification emails like this one, please contact
[email protected].