Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions master/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SHELL ["powershell", "-NoProfile", "-Command", "$ErrorActionPreference = 'Stop';
RUN \
# TODO: refactor with docker ENV after 1.4 release.
# jenkins version being bundled in this docker image
if (-not($env:JENKINS_VERSION)) { $env:JENKINS_VERSION = '2.46.1'; \
if (-not($env:JENKINS_VERSION)) { $env:JENKINS_VERSION = '2.12'; \
[Environment]::SetEnvironmentVariable('JENKINS_VERSION', $env:JENKINS_VERSION, 'Machine') }; \
if (-not($env:JENKINS_HOME)) { $env:JENKINS_HOME = 'c:/jenkins'; \
[Environment]::SetEnvironmentVariable('JENKINS_HOME', $env:JENKINS_HOME, 'Machine') }; \
Expand All @@ -36,4 +36,4 @@ EXPOSE 8080
# will be used by attached slave agents:
EXPOSE 50000

CMD [ "powershell", "c:/scripts/startup.ps1" ]
CMD [ "powershell", "c:/scripts/startup.ps1" ]