added changes in jenkinsfile

This commit is contained in:
sri 2024-03-28 17:48:35 +05:30
parent 23d1f53738
commit d3de65b072

View file

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