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/10/15 13:30:48 UTC

[maven-surefire] branch master updated: Revert "static code analysis" (commit was a mistake in master, target branch was SUREFIRE-1689)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 63f37ce  Revert "static code analysis" (commit was a mistake in master, target branch was SUREFIRE-1689)
63f37ce is described below

commit 63f37ce5e6ede69be195a0b1c06d119180f6a99e
Author: tibordigana <ti...@apache.org>
AuthorDate: Tue Oct 15 15:30:36 2019 +0200

    Revert "static code analysis" (commit was a mistake in master, target branch was SUREFIRE-1689)
    
    This reverts commit bdf2e832
---
 Jenkinsfile | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index f5ed989..7e61b7a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -168,18 +168,18 @@ def buildProcess(String stageKey, String jdkName, String jdkTestName, String mvn
         }
     } finally {
         if (makeReports) {
-            ///openTasks(ignoreCase: true, canComputeNew: false, defaultEncoding: 'UTF-8', pattern: sourcesPatternCsv(),
-                    //high: tasksViolationHigh(), normal: tasksViolationNormal(), low: tasksViolationLow())
+            openTasks(ignoreCase: true, canComputeNew: false, defaultEncoding: 'UTF-8', pattern: sourcesPatternCsv(),
+                    high: tasksViolationHigh(), normal: tasksViolationNormal(), low: tasksViolationLow())
 
-            //jacoco(changeBuildStatus: false,
-            //execPattern: '**/*.exec',
-            //sourcePattern: sourcesPatternCsv(),
-            //classPattern: classPatternCsv())
+            jacoco(changeBuildStatus: false,
+                    execPattern: '**/*.exec',
+                    sourcePattern: sourcesPatternCsv(),
+                    classPattern: classPatternCsv())
 
-            //junit(healthScaleFactor: 0.0,
-            //allowEmptyResults: true,
-            //keepLongStdio: true,
-            //testResults: testReportsPatternCsv())
+            junit(healthScaleFactor: 0.0,
+                    allowEmptyResults: true,
+                    keepLongStdio: true,
+                    testResults: testReportsPatternCsv())
 
             if (currentBuild.result == 'UNSTABLE') {
                 currentBuild.result = 'FAILURE'