From c001ecdda7a55a072406f56c4d8a8fd1ac1e558e Mon Sep 17 00:00:00 2001 From: Frederic Gurr <frederic.gurr@eclipse-foundation.org> Date: Fri, 2 Jun 2023 20:39:06 +0000 Subject: [PATCH] Do not skip tests --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index deb3dd7d..53f1a610 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -125,7 +125,7 @@ readTrusted 'pom.xml' sh 'make generate-spec' withCredentials([string(credentialsId: 'sonarcloud-token-git-eca-rest-api', variable: 'SONAR_TOKEN')]) { - sh 'mvn clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -B -Dsonar.login=${SONAR_TOKEN} -Dmaven.test.skip=true' + sh 'mvn clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -B -Dsonar.login=${SONAR_TOKEN}' } stash name: "target", includes: "target/**/*" } -- GitLab