Skip to content
Snippets Groups Projects
Commit c001ecdd authored by Frederic Gurr's avatar Frederic Gurr :construction_worker:
Browse files

Do not skip tests

parent 842c338d
No related merge requests found
Pipeline #18344 passed
...@@ -125,7 +125,7 @@ ...@@ -125,7 +125,7 @@
readTrusted 'pom.xml' readTrusted 'pom.xml'
sh 'make generate-spec' sh 'make generate-spec'
withCredentials([string(credentialsId: 'sonarcloud-token-git-eca-rest-api', variable: 'SONAR_TOKEN')]) { 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/**/*" stash name: "target", includes: "target/**/*"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment