mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
Remove duplicate checkout scm
This commit is contained in:
parent
db33c0e41d
commit
504f9fa523
1 changed files with 0 additions and 6 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -4,12 +4,6 @@ pipeline {
|
|||
|
||||
stages {
|
||||
|
||||
stage("prepare") {
|
||||
steps {
|
||||
checkout scm
|
||||
}
|
||||
}
|
||||
|
||||
stage("build") {
|
||||
|
||||
agent { label "build" }
|
||||
|
|
Loading…
Reference in a new issue