diff --git a/Jenkinsfile-1 b/Jenkinsfile-1 index 2cdcf5bc9..f77ed1b9b 100644 --- a/Jenkinsfile-1 +++ b/Jenkinsfile-1 @@ -9,7 +9,6 @@ node { } stage('Build') { // Execute Maven build. Replace with your specific build command. - def mvn = tool 'M3'; sh "./mvnw package" // Or any other relevant Maven goals for your project. } }