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

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

                Author: ASF GitHub Bot
            Created on: 05/Oct/18 00:29
            Start Date: 05/Oct/18 00:29
    Worklog Time Spent: 10m 
      Work Description: udim commented on a change in pull request #6533: 
[BEAM-4501] Update website contribution and release docs
URL: https://github.com/apache/beam/pull/6533#discussion_r222857134
 
 

 ##########
 File path: website/build.gradle
 ##########
 @@ -49,7 +49,7 @@ task createDockerContainer(type: Exec) {
     return standardOutput.toString().trim()
   }
   commandLine '/bin/bash', '-c',
-    "docker create -v $project.rootDir:$dockerWorkDir -u \$(id -u):\$(id -g) 
$dockerImageTag"
+    "docker create -v $project.rootDir:$dockerWorkDir -u \$(id -u):\$(id -g) 
-p 127.0.0.1:4000:4000 $dockerImageTag"
 
 Review comment:
   It will fail if two of these tasks try to run concurrently (could happen on 
Jenkins). I added a property to enable this port publishing, which should also 
reduce any possible attack vectors on Jenkins machines.

----------------------------------------------------------------
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:
[email protected]


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

    Worklog Id:     (was: 151453)
    Time Spent: 3h 40m  (was: 3.5h)

> Update contribution guide for new website contribution process
> --------------------------------------------------------------
>
>                 Key: BEAM-4501
>                 URL: https://issues.apache.org/jira/browse/BEAM-4501
>             Project: Beam
>          Issue Type: Sub-task
>          Components: website
>            Reporter: Scott Wegner
>            Assignee: Udi Meiri
>            Priority: Major
>              Labels: beam-site-automation-reliability
>          Time Spent: 3h 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to