diff --git a/Jenkinsfile.deploy b/Jenkinsfile.deploy index 62b8c11..b415571 100644 --- a/Jenkinsfile.deploy +++ b/Jenkinsfile.deploy @@ -4,6 +4,7 @@ pipeline { options { timestamps() disableConcurrentBuilds() + skipDefaultCheckout() // stage별 agent의 자동 SCM checkout 방지 (Deploy 노드는 git 접근 불필요, unstash로만 WAR 수신) buildDiscarder(logRotator(numToKeepStr: '20', artifactNumToKeepStr: '20')) }