We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f876fb + b30728b commit 0e177d0Copy full SHA for 0e177d0
dockerfiles/Dockerfile
@@ -7,7 +7,7 @@ ARG JENKINS_VERSION=2.473-jdk17
7
FROM jenkins/jenkins:${JENKINS_VERSION}
8
9
# Define a specific Jenkins test version for testing purposes.
10
-ARG JENKINS_TEST_VERSION=2.474-rc35263.dd24b_6b_a_3b_0c
+ARG JENKINS_TEST_VERSION=2.475-rc35284.fdc46ed187c8
11
# Make the Jenkins test version available as an environment variable.
12
ENV JENKINS_TEST_VERSION=$JENKINS_TEST_VERSION
13
0 commit comments