You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2019/11/12 10:54:34 UTC

[maven-surefire] 19/22: removed cleanWs() after the checkout - ensured at the end

This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch milestones-roadmap
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit 8889805dd514b44ccdc1dbbc383e5fc8c1429fd2
Author: tibordigana <ti...@apache.org>
AuthorDate: Sun Nov 10 19:34:05 2019 +0100

    removed cleanWs() after the checkout - ensured at the end
---
 Jenkinsfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index a17c200..1811100 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -120,7 +120,6 @@ timeout(time: 12, unit: 'HOURS') {
 }
 
 def buildProcess(String stageKey, String jdkName, String jdkTestName, String mvnName, goals, options, mavenOpts, boolean makeReports) {
-    cleanWs()
     try {
         def mvnLocalRepoDir
         if (isUnix()) {
@@ -171,7 +170,7 @@ def buildProcess(String stageKey, String jdkName, String jdkTestName, String mvn
         }
     } finally {
         if (makeReports) {
-            openTasks(ignoreCase: true, canComputeNew: false, defaultEncoding: 'UTF-8', pattern: sourcesPatternCsv(),
+            openTasks(ignoreCase: true, canComputeNew: true, defaultEncoding: 'UTF-8', pattern: sourcesPatternCsv(),
                     high: tasksViolationHigh(), normal: tasksViolationNormal(), low: tasksViolationLow())
 
             jacoco(changeBuildStatus: false,