This commit is contained in:
dhille 2023-11-30 13:39:05 +05:30
parent e75fbb6469
commit aad4f82e88

View file

@ -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{ triggers {
pollSCM('* * * * *') 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'