Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gounthar committed Jul 8, 2024
1 parent 4911c46 commit 891b67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG JENKINS_VERSION=2.466-jdk17
ARG JENKINS_TEST_VERSION=2.467-rc35102.e0469e57fcdb_

# We then use the official Jenkins image with the specified version as our base image.
FROM jenkins/jenkins:"${JENKINS_VERSION}"-jdk17
FROM jenkins/jenkins:"${JENKINS_VERSION}"

ARG JENKINS_TEST_WAR_URL=https://ci.jenkins.io/job/Core/job/jenkins/job/jakarta/lastSuccessfulBuild/artifact/org/jenkins-ci/main/jenkins-war/"${JENKINS_TEST_VERSION}"/jenkins-war-"${JENKINS_TEST_VERSION}".war
# Define JENKINS_TEST_WAR_URL as an ENV
Expand Down

0 comments on commit 891b67a

Please sign in to comment.