Changed jenkinsfile pipeline

This commit is contained in:
Prasanna 2024-09-01 17:14:13 +05:30
parent c35f58bdc8
commit 0e5afd6937

2
Jenkinsfile vendored
View file

@ -1,6 +1,6 @@
node('build-jdk17-mvn3.9.4_1') {
stage('git') {
git 'https://github.com/Gitprasannag17/spring-petclinic-pras.git'
git 'https://github.com/spring-projects/spring-petclinic.git'
}
stage('build') {
sh 'mvn clean package'