[
https://issues.apache.org/jira/browse/BEAM-5711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Udi Meiri resolved BEAM-5711.
-----------------------------
Resolution: Fixed
Fix Version/s: Not applicable
> dockerized-jenkins broken in copy phase
> ---------------------------------------
>
> Key: BEAM-5711
> URL: https://issues.apache.org/jira/browse/BEAM-5711
> Project: Beam
> Issue Type: Bug
> Components: testing
> Reporter: Udi Meiri
> Assignee: Udi Meiri
> Priority: Major
> Fix For: Not applicable
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Shell:
> $ docker build -t beamjenkins .test-infra/dockerized-jenkins/
> Sending build context to Docker daemon 25.09kB
> Step 1/11 : FROM jenkins/jenkins:lts
> ---> 80fc01fa46f9
> Step 2/11 : ENV JENKINS_HOME=/var/jenkins_real_home/
> ---> Using cache
> ---> cbb533c0cf81
> Step 3/11 : COPY plugins.txt /usr/share/jenkins/ref/plugins.txt
> ---> Using cache
> ---> d53002630120
> Step 4/11 : RUN head -n 1 /usr/local/bin/install-plugins.sh
> ---> Running in 1085003841cf
> #!/bin/bash -eu
> Removing intermediate container 1085003841cf
> ---> ca44c9d909c9
> Step 5/11 : RUN /usr/local/bin/install-plugins.sh <
> /usr/share/jenkins/ref/plugins.txt
> ---> Running in 38a6a3830ae9
> /bin/sh: 1: cannot open /usr/share/jenkins/ref/plugins.txt: Permission denied
> The command '/bin/sh -c /usr/local/bin/install-plugins.sh <
> /usr/share/jenkins/ref/plugins.txt' returned a non-zero code: 2
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)