mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 00:25:50 +00:00
checkout
This commit is contained in:
parent
62263937c6
commit
1b42cf9a76
1 changed files with 5 additions and 0 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -31,6 +31,11 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
stage('checkout') {
|
||||
steps {
|
||||
checkout scm
|
||||
}
|
||||
}
|
||||
stage('push') {
|
||||
steps {
|
||||
script {
|
||||
|
|
Loading…
Reference in a new issue