]> source.dussan.org Git - archiva.git/commitdiff
Tests for failing ci builds
authorMartin Stockhammer <martin.stockhammer@ars.de>
Thu, 25 Oct 2018 06:58:26 +0000 (08:58 +0200)
committerMartin Stockhammer <martin.stockhammer@ars.de>
Thu, 25 Oct 2018 06:58:26 +0000 (08:58 +0200)
Jenkinsfile

index 9cf047989f11ba4d270d7ad76be3790d222cf94a..8da5cc0adba8df6341b122cebf77ee61ad2dafdb 100644 (file)
@@ -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']]
+//        }
     }
 }