jenkins user allready exist upstream

This commit is contained in:
Nicolas De Loof 2015-09-22 12:23:52 +02:00
parent 072e9d6a8f
commit 4c8900b053
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
FROM cloudbees/java-build-tools
USER root
ENV HOME /home/jenkins
RUN useradd -c "Jenkins user" -d $HOME -m jenkins
RUN curl --create-dirs -sSLo /usr/share/jenkins/slave.jar http://repo.jenkins-ci.org/public/org/jenkins-ci/main/remoting/2.52/remoting-2.52.jar \
&& chmod 755 /usr/share/jenkins \