Skip to content

Commit

Permalink
Merge pull request #17 from gounthar/updatecli
Browse files Browse the repository at this point in the history
chore(docker): Move to Jenkins 2.426.1.
  • Loading branch information
gounthar authored Nov 27, 2023
2 parents 27d8ba1 + d928c14 commit 484d42f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This Dockerfile is used to create a Jenkins server with a specific version and pre-configured settings.

# We start by defining an ARG for the Jenkins version. This allows us to easily change the version of Jenkins we want to use.
ARG JENKINS_VERSION=2.414.2-lts
ARG JENKINS_VERSION=2.426.1

# We then use the official Jenkins image with the specified version as our base image.
FROM jenkins/jenkins:"${JENKINS_VERSION}"
Expand Down Expand Up @@ -32,4 +32,4 @@ RUN jenkins-plugin-cli --plugin-file /usr/share/jenkins/ref/plugins.txt

# We copy a pre-configured Jenkins configuration file to the Jenkins ref directory in the image.
# This allows us to pre-configure Jenkins with our desired settings.
COPY jenkins.yaml /usr/share/jenkins/ref/jenkins.yaml
COPY jenkins.yaml /usr/share/jenkins/ref/jenkins.yaml

0 comments on commit 484d42f

Please sign in to comment.