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

Fix Maven call

parent 327f3d49
No related branches found
No related tags found
No related merge requests found
Pipeline #18343 passed
......@@ -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 -B org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -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} -Dmaven.test.skip=true'
}
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