This commit is contained in:
Zohar 2024-04-07 17:56:35 -04:00
parent 4f0fa86dfa
commit f82e824b33

View file

@ -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.
}
}
}