Update Jenkinsfile

This commit is contained in:
nagarjuna33 2023-04-07 18:49:39 +05:30 committed by GitHub
parent 77c0abff60
commit ed38478de6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -9,7 +9,7 @@ stages {
stage('scm') {
steps {
git url: "https://github.com/nagarjuna33/spring-petclinicnew.git",
branch:"${params.BRANCH_TO_BUILD}"
branch:"main"
}
}