This commit is contained in:
Zohar 2024-04-07 16:36:19 -04:00
parent 2169201487
commit 4f0fa86dfa

View file

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