From 0343559f84c3a26572df2d96e8ee8ebe6ae27c08 Mon Sep 17 00:00:00 2001 From: LO Kam Tao Leo Date: Tue, 20 Sep 2022 07:17:42 +0100 Subject: [PATCH] Remove testing from maven --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d1cc0b4..c1f9ad7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,6 @@ pipeline{ } post{ success{ - junit 'target/surefire-reports/**/*.xml' archiveArtifacts artifacts: 'target/*.jar, *.pom', fingerprint: true, followSymlinks: false, onlyIfSuccessful: true } }