Skip to content
Snippets Groups Projects
Commit a069255a authored by Martin Lowe's avatar Martin Lowe :flag_ca:
Browse files

Fix bad make call in Jenkinsfile

parent 426fef35
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
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