Skip to content

Commit

Permalink
docker: Bump docker jenkins version to 2.426.1
Browse files Browse the repository at this point in the history
	/usr/share/jenkins/ref/plugins.yml" did not complete successfully: exit code: 1
------
 > [4/4] RUN jenkins-plugin-cli -f /usr/share/jenkins/ref/plugins.yml:
3.614

Signed-off-by: Michael Trimarchi <[email protected]>
  • Loading branch information
panicking committed Feb 15, 2025
1 parent e81fe38 commit af06905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG jenkins_tag=2.401.3-lts-jdk17
ARG jenkins_tag=2.426.1-lts-jdk17
FROM jenkins/jenkins:$jenkins_tag

COPY --chown=jenkins:jenkins init.groovy.d/ /usr/share/jenkins/ref/init.groovy.d/
Expand Down

0 comments on commit af06905

Please sign in to comment.