update git lin

This commit is contained in:
SandeshKutwade 2024-04-11 11:39:42 +05:30 committed by GitHub
parent 038b428573
commit f5cfad745a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ pipeline {
} }
stages { stages {
stage('git') { stage('git') {
steps {git url: 'https://github.com/spring-projects/spring-petclinic.git',branch: 'main' steps {git url: 'https://github.com/SandeshKutwade/spring-petclinicDemo.git',branch: 'main'
} }
} }