added new

This commit is contained in:
dhille 2023-11-30 14:28:40 +05:30
parent aad4f82e88
commit c167850ab6

View file

@ -7,7 +7,7 @@ pipeline{
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'