2 Commits

Author SHA1 Message Date
rinjae 9d04435f13 Jenkinsfile 업데이트 2026-06-18 11:59:35 +09:00
rinjae 4a7669d4c0 Jenkinsfile 추가 2026-06-18 11:52:20 +09:00
Vendored
+4 -1
View File
@@ -1,6 +1,10 @@
pipeline { pipeline {
agent { label 'djb-vm' } agent { label 'djb-vm' }
triggers {
pollSCM('H/10 * * * *')
}
options { options {
timestamps() timestamps()
disableConcurrentBuilds() disableConcurrentBuilds()
@@ -158,5 +162,4 @@ pipeline {
} }
} }
} }
} }