ci:Jenkinsfile 동시 빌드 방지 옵션 추가

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-25 11:24:39 +09:00
parent 97f61e24bc
commit 0a461c9209

4
Jenkinsfile vendored
View File

@@ -1,6 +1,10 @@
pipeline {
agent any
options {
disableConcurrentBuilds()
}
environment {
DEPLOY_USER = 'hskwon'
RELEASE_ID = new Date().format('yyyyMMdd_HHmmss')