Skip to content
Snippets Groups Projects

Fix bad make call in Jenkinsfile

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -136,7 +136,7 @@
readTrusted 'Makefile'
unstash 'maxmind'
sh 'make generate-spec'
sh 'make compile-test-resources'
withCredentials([string(credentialsId: 'sonarcloud-token-geoip-rest-api', variable: 'SONAR_TOKEN')]) {
sh 'mvn -B clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
Loading