mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
Changed jenkinsfile pipeline
This commit is contained in:
parent
c35f58bdc8
commit
0e5afd6937
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue