Skip to content

Commit

Permalink
Rebase on jenkins/jenkins-experimental:latest-jdk10-incrementals
Browse files Browse the repository at this point in the history
  • Loading branch information
gmacario committed Aug 6, 2018
1 parent 27eae78 commit 10a62d3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions myjenkins/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
#
# Based on https://github.com/camiloribeiro/cdeasy

FROM jenkins/jenkins
# FROM jenkins/jenkins
# FROM jenkins/jenkins:lts
# FROM jenkins/jenkins-experimental:latest-jdk10-incrementals
# FROM jenkins/jenkins-experimental:latest-jdk10
FROM jenkins/jenkins-experimental:latest-jdk10-incrementals

USER root
RUN apt-get update -qq && \
Expand Down Expand Up @@ -96,11 +97,9 @@ RUN install-plugins.sh \
windows-slaves \
workflow-aggregator \
workflow-job \
workflow-support \
"workflow-support:incrementals;org.jenkins-ci.plugins.workflow;2.19-rc295.e017dc58c0a3" \
ws-cleanup

# "workflow-support:incrementals;org.jenkins-ci.plugins.workflow;2.19-rc295.e017dc58c0a3" \

# COPY seed.groovy /usr/share/jenkins/ref/init.groovy.d/seed.groovy

RUN touch /var/run/docker.sock
Expand Down

0 comments on commit 10a62d3

Please sign in to comment.