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
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -1,5 +1,6 @@
|
||||||
pipeliene {
|
pipeliene {
|
||||||
agent { label 'MAVEN_JDK17' }
|
agent { label 'JDK_17' }
|
||||||
|
triggers { pollSCM '* * * * *' }
|
||||||
stages {
|
stages {
|
||||||
stage( 'version control sysytem') {
|
stage( 'version control sysytem') {
|
||||||
steps {
|
steps {
|
||||||
|
@ -19,4 +20,4 @@ pipeliene {
|
||||||
junit testresults: '**/test-results/test/TEST-*.xml'
|
junit testresults: '**/test-results/test/TEST-*.xml'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue