This commit is contained in:
dhille 2023-11-30 14:32:41 +05:30
parent c167850ab6
commit 519876df1d

View file

@ -6,9 +6,9 @@ pipeline{
triggers { triggers {
pollSCM('* * * * *') pollSCM('* * * * *')
} }
stages{ stages {
stage( 'git' ) { stage('git') {
step { steps {
git url :'https://github.com/dhille98/spring-petclinic.git' git url :'https://github.com/dhille98/spring-petclinic.git'
branch:'dev' branch:'dev'
} }