commit | aebb8b2423af1cc251868b035debcb5076d85966 | [log] [tgz] |
---|---|---|
author | jeichel <jeichel@miovision.com> | Mon Aug 10 12:38:20 2015 -0400 |
committer | jeichel <jeichel@miovision.com> | Mon Aug 10 12:38:20 2015 -0400 |
tree | 2e5bdb88e1532aa6a598921298ade54904e902e6 | |
parent | beabf9a8e39a632b860b53ee6c3e9bad1ae74fe1 [diff] [blame] |
Added jenkins slave agent port settings through the environmental variable JENKINS_SLAVE_AGENT_PORT
diff --git a/Dockerfile b/Dockerfile index b22290b..f142acf 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -3,6 +3,7 @@ RUN apt-get update && apt-get install -y wget git curl zip && rm -rf /var/lib/apt/lists/* ENV JENKINS_HOME /var/jenkins_home +ENV JENKINS_SLAVE_AGENT_PORT 50000 # Jenkins is ran with user `jenkins`, uid = 1000 # If you bind mount a volume from host/volume from a data container,