mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 00:35:49 +00:00
added
This commit is contained in:
parent
e75fbb6469
commit
aad4f82e88
1 changed files with 5 additions and 5 deletions
2
Jenkins
2
Jenkins
|
@ -3,7 +3,7 @@ pipeline{
|
||||||
options{
|
options{
|
||||||
timeout(time: 30, unit: 'MINUTES')
|
timeout(time: 30, unit: 'MINUTES')
|
||||||
}
|
}
|
||||||
tiggers{
|
triggers {
|
||||||
pollSCM('* * * * *')
|
pollSCM('* * * * *')
|
||||||
}
|
}
|
||||||
stages{
|
stages{
|
||||||
|
|
Loading…
Reference in a new issue