fix: Remove skipTests from scan stage
Merged
requested to merge zacharysabourin/eclipsefdn-profile-api:zacharysabourin/main/sonarcloud-fix into main
Compare changes
+ 1
− 1
@@ -120,7 +120,7 @@ pipeline {
@@ -120,7 +120,7 @@ pipeline {
withCredentials([string(credentialsId: 'sonarcloud-token-eclipsefdn-profile-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'