forked from carlossg/jenkins-swarm-slave-docker
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f9c7d9d
commit 7436173
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM openjdk:8-jdk | |
|
||
MAINTAINER zsx <[email protected]> | ||
|
||
ENV JENKINS_SWARM_VERSION 3.9 | ||
ENV JENKINS_SWARM_VERSION 3.14 | ||
ENV JENKINS_SWARM_DOWNLOAD_SITE https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/swarm-client | ||
ENV JENKINS_HOME /home/jenkins | ||
ENV JENKINS_USER jenkins | ||
|