added jenkins steps

This commit is contained in:
abhishek 2023-11-01 07:35:53 +05:30
parent 0b26b3e216
commit bfbf9134d9

2
Jenkinsfile vendored
View file

@ -5,7 +5,7 @@ pipeline{
stage('VCS'){ stage('VCS'){
steps{ steps{
git url : 'https://github.com/Abhishek16tiwary/spring-petclinic.git', git url : 'https://github.com/Abhishek16tiwary/spring-petclinic.git',
branch : main branch : 'main'
} }
} }
stage('Build'){ stage('Build'){