Update Jenkinsfile

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

2
Jenkinsfile vendored
View file

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