mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 04:55:50 +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 {
|
stages {
|
||||||
stage('git') {
|
stage('git') {
|
||||||
steps {
|
steps {
|
||||||
|
git branch: '', url: 'https://github.com/Ramesh05/spring-petclinic.git'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('build') {
|
stage('build') {
|
||||||
|
|
Loading…
Reference in a new issue