mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 00:05:48 +00:00
updated
This commit is contained in:
parent
48a46a9593
commit
ef3b9e882c
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -1,7 +1,7 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent {label 'MASTER'}
|
agent {label 'MASTER'}
|
||||||
stages {
|
stages {
|
||||||
stage('Source'){
|
stage('scm'){
|
||||||
steps {
|
steps {
|
||||||
git 'https://github.com/seshi7/spring-petclinic.git'
|
git 'https://github.com/seshi7/spring-petclinic.git'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue