mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:45:49 +00:00
fix changes
This commit is contained in:
parent
45d3b5fbc8
commit
09de9552bc
1 changed files with 1 additions and 2 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -1,7 +1,6 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'JDK_17' }
|
agent { label 'JDK_17' }
|
||||||
triggers { pollSCM ('* * * * *') }
|
triggers { pollSCM ('* * * * *') }
|
||||||
}
|
|
||||||
stages {
|
stages {
|
||||||
stage('vcs') {
|
stage('vcs') {
|
||||||
steps {
|
steps {
|
||||||
|
@ -25,6 +24,6 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue