diff --git a/Jenkinsfile-1 b/Jenkinsfile-1 index f77ed1b9b..93e183ef2 100644 --- a/Jenkinsfile-1 +++ b/Jenkinsfile-1 @@ -7,9 +7,5 @@ node { withSonarQubeEnv("sq1") { sh "${mvn}/bin/mvn sonar:sonar -Dsonar.projectKey=Web -Dsonar.projectName='Web'" } - stage('Build') { - // Execute Maven build. Replace with your specific build command. - sh "./mvnw package" // Or any other relevant Maven goals for your project. - } } } \ No newline at end of file