Update Jenkinsfile

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

2
Jenkinsfile vendored
View file

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