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