This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new e6c0b68  [BEAM-4718]Run gradle build before publish
e6c0b68 is described below

commit e6c0b689810c91258d8a472376dceadfbc9d0433
Author: Boyuan Zhang <boyu...@google.com>
AuthorDate: Mon Jul 2 15:01:27 2018 -0700

    [BEAM-4718]Run gradle build before publish
---
 .test-infra/jenkins/job_Release_Gradle_NightlySnapshot.groovy | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.test-infra/jenkins/job_Release_Gradle_NightlySnapshot.groovy 
b/.test-infra/jenkins/job_Release_Gradle_NightlySnapshot.groovy
index 1947229..4cf099e 100644
--- a/.test-infra/jenkins/job_Release_Gradle_NightlySnapshot.groovy
+++ b/.test-infra/jenkins/job_Release_Gradle_NightlySnapshot.groovy
@@ -45,6 +45,16 @@ job('beam_Release_Gradle_NightlySnapshot') {
   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')
       commonJobProperties.setGradleSwitches(delegate)
       // Publish a snapshot build.

Reply via email to