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