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

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

     [ https://issues.apache.org/jira/browse/BEAM-5711?focusedWorklogId=153289&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-153289 ]

ASF GitHub Bot logged work on BEAM-5711:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 10/Oct/18 21:23
            Start Date: 10/Oct/18 21:23
    Worklog Time Spent: 10m 
      Work Description: udim commented on issue #6641: [BEAM-5711] Fix dockerized-jenkins copy operation.
URL: https://github.com/apache/beam/pull/6641#issuecomment-428737038
 
 
   R: @Ardagan 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 153289)
            Time Spent: 10m
    Remaining Estimate: 0h

> 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
>          Time Spent: 10m
>  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)