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

View file

@ -8,7 +8,7 @@ pipeline{
}
stages {
stage('git') {
step {
steps {
git url :'https://github.com/dhille98/spring-petclinic.git'
branch:'dev'
}