This commit is contained in:
jhansi06 2025-12-15 13:04:09 +05:30
parent 7cc3ca8d91
commit 14223255f7

2
Jenkinsfile vendored
View file

@ -4,7 +4,7 @@ pipeline {
stage("BuildCode"){
steps {
sh """
cd spring-petclinic
./mvnw package
java -jar target/*.jar
"""