From a069255abf002621c12ebfbf3e1b754628068f36 Mon Sep 17 00:00:00 2001 From: Martin Lowe <martin.lowe@eclipse-foundation.org> Date: Tue, 29 Aug 2023 13:37:57 -0400 Subject: [PATCH] Fix bad make call in Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f6e92c2..7dea97e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 \ -- GitLab