Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docker-image
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tools
docker-image
Commits
e52e3b99
Commit
e52e3b99
authored
May 01, 2018
by
caiyanming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
upload jenkins to 2.107.2
Change-Id: Ia7227a34277fe99c730bbbcdb4183227948c5ab4
parent
8e3dcdf3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
jenkins/Dockerfile
jenkins/Dockerfile
+2
-2
No files found.
jenkins/Dockerfile
View file @
e52e3b99
...
...
@@ -65,10 +65,10 @@ COPY init.groovy /usr/share/jenkins/ref/init.groovy.d/tcp-slave-agent-port.groov
# jenkins version being bundled in this docker image
ARG
JENKINS_VERSION
ENV
JENKINS_VERSION ${JENKINS_VERSION:-2.
60.3
}
ENV
JENKINS_VERSION ${JENKINS_VERSION:-2.
107.2
}
# jenkins.war checksum, download will be validated using it
ARG
JENKINS_SHA=
2d71b8f87c8417f9303a73d52901a59678ee6c0eefcf7325efed6035ff39372a
ARG
JENKINS_SHA=
079ab885be74ea3dd4d2a57dd804a296752fae861f2d7c379bce06b674ae67ed
# Can be used to customize where jenkins.war get downloaded from
ARG
JENKINS_URL=https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-war/${JENKINS_VERSION}/jenkins-war-${JENKINS_VERSION}.war
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment