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{
|
pipeline{
|
||||||
agent{label "MAVEN"}
|
agent{label "MAVEN"}
|
||||||
options{
|
options{
|
||||||
timeout (time: 30,unit:'MINUTES')
|
timeout(time: 30, unit: 'MINUTES')
|
||||||
}
|
|
||||||
tiggers{
|
|
||||||
pollSCM('* * * * *')
|
|
||||||
}
|
}
|
||||||
|
triggers {
|
||||||
|
pollSCM('* * * * *')
|
||||||
|
}
|
||||||
stages{
|
stages{
|
||||||
stage ('git') {
|
stage('git') {
|
||||||
step {
|
step {
|
||||||
git url :'https://github.com/dhille98/spring-petclinic.git'
|
git url :'https://github.com/dhille98/spring-petclinic.git'
|
||||||
branch:'dev'
|
branch:'dev'
|
||||||
|
|
Loading…
Reference in a new issue