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

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-25 11:24:41 +09:00
parent c74dc9ba57
commit e5742e09ad

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')