[📝] Jenkinsfile 수정
All checks were successful
AcaMate-API/pipeline/head This commit looks good

This commit is contained in:
김선규 2024-11-05 10:17:56 +09:00
parent 22d9d86b7e
commit ed4413cf55

2
Jenkinsfile vendored
View File

@ -11,7 +11,7 @@ pipeline {
stages {
stage('Clone Repository') {
steps {
git url: 'https://git.ipstein.myds.me/AcaMate/AcaMate_Web.git', branch: env.GIT_BRANCH
git url: 'https://git.ipstein.myds.me/AcaMate/AcaMate_API.git', branch: env.GIT_BRANCH
}
}
stage('Deploy') {