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

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

                Author: ASF GitHub Bot
            Created on: 23/Jul/18 07:45
            Start Date: 23/Jul/18 07:45
    Worklog Time Spent: 10m 
      Work Description: lgajowy closed pull request #5998: [BEAM-4837] Added 
'--continue' switches into nightly build
URL: https://github.com/apache/beam/pull/5998
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.test-infra/jenkins/job_Release_Gradle_NightlySnapshot.groovy 
b/.test-infra/jenkins/job_Release_Gradle_NightlySnapshot.groovy
index 4cf099e8488..df1e29e16ca 100644
--- a/.test-infra/jenkins/job_Release_Gradle_NightlySnapshot.groovy
+++ b/.test-infra/jenkins/job_Release_Gradle_NightlySnapshot.groovy
@@ -52,6 +52,7 @@ job('beam_Release_Gradle_NightlySnapshot') {
       tasks('build')
       commonJobProperties.setGradleSwitches(delegate)
       switches('--no-parallel')
+      switches('--continue')
     }
     gradle {
       rootBuildScriptDir(commonJobProperties.checkoutDir)
@@ -62,6 +63,7 @@ job('beam_Release_Gradle_NightlySnapshot') {
       // Don't run tasks in parallel, currently the maven-publish/signing 
plugins
       // cause build failures when run in parallel with messages like 'error 
snapshotting'
       switches('--no-parallel')
+      switches('--continue')
     }
   }
 }


 

----------------------------------------------------------------
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: 125919)
    Time Spent: 0.5h  (was: 20m)

>  job_Release_Gradle_NightlySnapshot should run with '--continue' switches
> -------------------------------------------------------------------------
>
>                 Key: BEAM-4837
>                 URL: https://issues.apache.org/jira/browse/BEAM-4837
>             Project: Beam
>          Issue Type: Bug
>          Components: build-system
>            Reporter: Boyuan Zhang
>            Assignee: Boyuan Zhang
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>




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

Reply via email to