mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 07:45:49 +00:00
new url
This commit is contained in:
parent
a2de101e9b
commit
7027254d8f
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
node('jfrognew'){
|
node('jfrognew'){
|
||||||
stage('scm'){
|
stage('scm'){
|
||||||
git 'https://github.com/ametgud4u/Devops.git'
|
git 'https://github.com/ametgud4u/spring-petclinic.git'
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('build'){
|
stage('build'){
|
||||||
|
@ -14,4 +14,4 @@ node('jfrognew'){
|
||||||
archiveArtifacts 'target/*.jar'
|
archiveArtifacts 'target/*.jar'
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue