You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Udi Meiri (JIRA)" <ji...@apache.org> on 2018/10/10 21:24:00 UTC

[jira] [Created] (BEAM-5711) dockerized-jenkins broken in copy phase

Udi Meiri created BEAM-5711:
-------------------------------

             Summary: 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


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)