mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:35:50 +00:00
added
This commit is contained in:
parent
e75fbb6469
commit
aad4f82e88
1 changed files with 5 additions and 5 deletions
10
Jenkins
10
Jenkins
|
@ -1,13 +1,13 @@
|
|||
pipeline{
|
||||
agent{label "MAVEN"}
|
||||
options{
|
||||
timeout (time: 30,unit:'MINUTES')
|
||||
}
|
||||
tiggers{
|
||||
pollSCM('* * * * *')
|
||||
timeout(time: 30, unit: 'MINUTES')
|
||||
}
|
||||
triggers {
|
||||
pollSCM('* * * * *')
|
||||
}
|
||||
stages{
|
||||
stage ('git') {
|
||||
stage('git') {
|
||||
step {
|
||||
git url :'https://github.com/dhille98/spring-petclinic.git'
|
||||
branch:'dev'
|
||||
|
|
Loading…
Reference in a new issue