mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-28 18:35:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
9007773450
commit
93c2c6e140
1 changed files with 3 additions and 2 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -1,5 +1,6 @@
|
|||
pipeliene {
|
||||
agent { label 'MAVEN_JDK17' }
|
||||
agent { label 'JDK_17' }
|
||||
triggers { pollSCM '* * * * *' }
|
||||
stages {
|
||||
stage( 'version control sysytem') {
|
||||
steps {
|
||||
|
|
Loading…
Reference in a new issue