Update Jenkinsfile

This commit is contained in:
saisrinisrinivas 2023-07-03 14:54:37 +05:30 committed by GitHub
parent f73fbc2cb8
commit 2d240fd988
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -4,7 +4,7 @@ pipeline {
stages {
stage('Build'){
steps {
git url: 'https://github.com/saisrinisrinivas/spring-petclinic.git'
git 'https://github.com/saisrinisrinivas/spring-petclinic.git'
}
}