From 954d0d36b96c73ba7aea77771ad5e7512229faa0 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Tue, 20 Jan 2026 17:54:47 -0300 Subject: [PATCH] jenkins: mount init scripts into home --- services/jenkins/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/jenkins/deployment.yaml b/services/jenkins/deployment.yaml index b69f134..7dff5af 100644 --- a/services/jenkins/deployment.yaml +++ b/services/jenkins/deployment.yaml @@ -153,6 +153,8 @@ spec: mountPath: /config/jcasc - name: init-scripts mountPath: /usr/share/jenkins/ref/init.groovy.d + - name: init-scripts + mountPath: /var/jenkins_home/init.groovy.d - name: init-scripts mountPath: /var/jenkins_home/userContent/jenkins-theme.css subPath: jenkins-theme.css