summaryrefslogtreecommitdiff
path: root/jenkins/docker-compose.yaml
diff options
context:
space:
mode:
authorArseney300 <Arseney300@gmail.com>2026-02-20 23:01:21 +0700
committerArseney300 <Arseney300@gmail.com>2026-02-20 23:01:21 +0700
commit96e6bed785911d317fa206578b08eba1baa06ad3 (patch)
tree2a16733381d2744b0cc18fc6b1f4d29248d32ee3 /jenkins/docker-compose.yaml
parentfc6afe6c6181fcee7741a4a15edf2a6d55185b7d (diff)
Add pipeline durability fix and stuck build cleanup script
Mount jenkins/init.groovy.d/ into the container to auto-clean corrupted flow executions on startup (JENKINS-50407). Document both the prevention (Performance-optimized durability setting) and recovery (groovy cleanup script) in the setup guide. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'jenkins/docker-compose.yaml')
-rw-r--r--jenkins/docker-compose.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/jenkins/docker-compose.yaml b/jenkins/docker-compose.yaml
index 843980b..fbbe3c7 100644
--- a/jenkins/docker-compose.yaml
+++ b/jenkins/docker-compose.yaml
@@ -12,6 +12,7 @@ services:
volumes:
- /var/jenkins_home:/var/jenkins_home
- /var/run/docker.sock:/var/run/docker.sock
+ - ./init.groovy.d:/var/jenkins_home/init.groovy.d:ro
networks:
jenkins_network:
ipv4_address: 172.23.0.2