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

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

                Author: ASF GitHub Bot
            Created on: 12/Jul/18 21:09
            Start Date: 12/Jul/18 21:09
    Worklog Time Spent: 10m 
      Work Description: pabloem closed pull request #5868: [BEAM-4718]Run 
gradle build before publish
URL: https://github.com/apache/beam/pull/5868
 
 
   

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 194722926e5..4cf099e8488 100644
--- a/.test-infra/jenkins/job_Release_Gradle_NightlySnapshot.groovy
+++ b/.test-infra/jenkins/job_Release_Gradle_NightlySnapshot.groovy
@@ -43,6 +43,16 @@ job('beam_Release_Gradle_NightlySnapshot') {
       'Run Gradle Publish')
 
   steps {
+    gradle {
+      rootBuildScriptDir(commonJobProperties.checkoutDir)
+      tasks('clean')
+    }
+    gradle {
+      rootBuildScriptDir(commonJobProperties.checkoutDir)
+      tasks('build')
+      commonJobProperties.setGradleSwitches(delegate)
+      switches('--no-parallel')
+    }
     gradle {
       rootBuildScriptDir(commonJobProperties.checkoutDir)
       tasks('publish')


 

----------------------------------------------------------------
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: 122502)
    Time Spent: 2.5h  (was: 2h 20m)

> ./gradlew build should run nightly before ./gradlew publish
> -----------------------------------------------------------
>
>                 Key: BEAM-4718
>                 URL: https://issues.apache.org/jira/browse/BEAM-4718
>             Project: Beam
>          Issue Type: Bug
>          Components: build-system
>            Reporter: Boyuan Zhang
>            Assignee: Boyuan Zhang
>            Priority: Major
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>




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

Reply via email to