Update Jenkinsfile

This commit is contained in:
nagarjuna33 2023-04-06 17:09:55 +05:30 committed by GitHub
parent f78e0cba20
commit 0aaa4cefed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

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