mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-07 02:51:11 +00:00
Update Jenkinsfile
Signed-off-by: wodnr533 <wodnr533@naver.com>
This commit is contained in:
parent
dde8764981
commit
88eb2f42b2
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
|
@ -2,9 +2,9 @@ pipeline {
|
|||
agent any
|
||||
|
||||
stages{
|
||||
stage('Hello'){
|
||||
stage('Git Clone'){
|
||||
steps {
|
||||
echo 'Hello World'
|
||||
git url: 'https://github.cin/wodnr533/spring-petclinic.git', branch: 'main'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue