Jenkins production 환경 오류 수정, 확인 단계 삭제

This commit is contained in:
2026-09-12 22:27:24 +09:00
parent 3e43a8350e
commit 90c3630a42
2 changed files with 7 additions and 15 deletions
-8
View File
@@ -15,14 +15,6 @@ pipeline {
sh 'chmod +x ${DEPLOY_DIR}/*.sh && ./${DEPLOY_DIR}/package.sh'
}
}
stage('Confirm Production') {
steps {
input(
message: "Production 서버(${env.SSH_TARGET})로 배포하시겠습니까?",
ok: 'Deploy'
)
}
}
stage('Upload') {
steps {
sh '''