mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 04:45:49 +00:00
Update Jenkinsfile
Signed-off-by: Ramesh05 <61681213+Ramesh05@users.noreply.github.com>
This commit is contained in:
parent
acc7a1d6c5
commit
a81c615514
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -4,6 +4,7 @@ pipeline {
|
|||
stages {
|
||||
stage('git') {
|
||||
steps {
|
||||
git branch: '', url: 'https://github.com/Ramesh05/spring-petclinic.git'
|
||||
}
|
||||
}
|
||||
stage('build') {
|
||||
|
|
Loading…
Reference in a new issue