Update jenkinsfile

This commit is contained in:
peddiraju3122b 2023-01-06 09:06:29 +05:30 committed by GitHub
parent 5f67fb43a7
commit 0bd4cdd9d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ pipeline{
stage('clone'){
steps{
git url: 'https://github.com/peddiraju3122b/spring-petclinic.git',
branch: 'main'
branch: 'spc'
}
}
stage('image'){
@ -16,4 +16,4 @@ pipeline{
}
}
}
}
}