mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 00:35:49 +00:00
replace
This commit is contained in:
parent
c4e1aba7f4
commit
f237128b52
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -5,7 +5,7 @@ pipeline {
|
||||||
timeout(time: 30, unit: 'MINUTES')
|
timeout(time: 30, unit: 'MINUTES')
|
||||||
}
|
}
|
||||||
triggers {
|
triggers {
|
||||||
corn(* * * * * )
|
pollSCM(* * * * * )
|
||||||
}
|
}
|
||||||
tools {
|
tools {
|
||||||
jdk 'JAVA_8'
|
jdk 'JAVA_8'
|
||||||
|
|
Loading…
Reference in a new issue