Update Jenkinsfile

This commit is contained in:
senatorovv 2023-07-12 10:35:10 +04:00 committed by GitHub
parent 115effa6d4
commit c24e0c0a83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -11,7 +11,7 @@ pipeline {
stage('Checkout Source') {
steps {
git 'https://github.com/Bravinsimiyu/jenkins-kubernetes-deployment.git'
git 'https://github.com/senatorovv/spring-petclinic.git'
}
}