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 00:19:48 UTC

[maven-surefire] branch master updated: static code analysis

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 bdf2e83  static code analysis
bdf2e83 is described below

commit bdf2e832ff49fc032ace956ebcf4ac9e9b2eb3ca
Author: tibordigana <ti...@apache.org>
AuthorDate: Tue Oct 15 02:19:36 2019 +0200

    static code analysis
---
 Jenkinsfile | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 7e61b7a..f5ed989 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'