-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
-
Blue Ocean 1.4 - beta 3
With the following Dockerfile, I get error:
Creating initial locks...
mkdir: cannot create directory ‘/usr/share/jenkins/ref/plugins/xunit.lock’: Permission denied
Note: This error does not occur with jenkins/jenkins:lts
FROM jenkinsci/blueocean:latest
VOLUME /var/jenkins_home
RUN /usr/local/bin/install-plugins.sh xunit
ENTRYPOINT /usr/local/bin/jenkins.sh --httpPort=8080
- mentioned in
-
Page Loading...