mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:15:49 +00:00
removed unnecessary checkout
This commit is contained in:
parent
caa1a1b4ca
commit
a850cb8766
1 changed files with 0 additions and 4 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -4,10 +4,6 @@ pipeline {
|
|||
|
||||
stages {
|
||||
|
||||
stage('Clone Repo') {
|
||||
checkout scm
|
||||
}
|
||||
|
||||
stage('Build') {
|
||||
agent {
|
||||
dockerfile {
|
||||
|
|
Loading…
Reference in a new issue