[👷] Jenkins Test2
All checks were successful
Stein_Back/pipeline/head This commit looks good

This commit is contained in:
김선규 2024-07-12 16:57:33 +09:00
parent dc62344e15
commit 0f943df4e9

2
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ pipeline {
stages { stages {
stage('Clone Repository') { stage('Clone Repository') {
steps { steps {
git url: 'https://git.ipstein.myds.me/Team.Stein/Front.git', branch: 'main' git url: 'https://git.ipstein.myds.me/Team.Stein/Back.git', branch: 'main'
} }
} }