Update Jenkinsfile

Signed-off-by: wodnr533 <wodnr533@naver.com>
This commit is contained in:
wodnr533 2025-09-02 15:55:19 +09:00 committed by GitHub
parent dde8764981
commit 88eb2f42b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Jenkinsfile vendored
View file

@ -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'
}
}
}