This is an automated email from the ASF dual-hosted git repository.
martin_s pushed a commit to branch archiva-2.x
in repository https://gitbox.apache.org/repos/asf/archiva.git
The following commit(s) were added to refs/heads/archiva-2.x by this push:
new 3478300 Tests for failing ci builds
3478300 is described below
commit 3478300adb6b4b68c7168119307e058b379db556
Author: Martin Stockhammer <[email protected]>
AuthorDate: Thu Oct 25 08:58:26 2018 +0200
Tests for failing ci builds
---
Jenkinsfile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 9cf0479..8da5cc0 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -58,7 +58,7 @@ pipeline {
// Not sure, but maybe
// sh "rm -rf .repository"
sh "chmod 755
./src/ci/scripts/prepareWorkspace.sh"
- sh "./src/ci/scripts/prepareWorkspace.sh"
+ sh "./src/ci/scripts/prepareWorkspace.sh -d
.repository"
// Run test phase / ignore test failures
// -B: Batch mode
@@ -96,9 +96,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']]
+// }
}
}