Jenkins production 환경 오류 수정, 확인 단계 삭제
This commit is contained in:
Vendored
-8
@@ -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 '''
|
||||
|
||||
Reference in New Issue
Block a user