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

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

commit ec2b0e11b8f4742fc3d42153f916121ab4da54e9
Author: Alan Myrvold <alan.myrv...@comcast.net>
AuthorDate: Mon Dec 18 20:34:01 2017 +0000

    Make the snapshot and url parameters to the job to allow installing a 
different version
---
 .test-infra/jenkins/job_beam_PostRelease_NightlySnapshot.groovy | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.test-infra/jenkins/job_beam_PostRelease_NightlySnapshot.groovy 
b/.test-infra/jenkins/job_beam_PostRelease_NightlySnapshot.groovy
index 5c1f7cc..60abf9e 100644
--- a/.test-infra/jenkins/job_beam_PostRelease_NightlySnapshot.groovy
+++ b/.test-infra/jenkins/job_beam_PostRelease_NightlySnapshot.groovy
@@ -38,8 +38,6 @@ job('beam_PostRelease_NightlySnapshot') {
                 'Repository URL to install from')
   }
 
-  wrappers {
-
   // This is a post-commit job that runs once per day, not for every push.
   common_job_properties.setPostCommit(
       delegate,
@@ -49,6 +47,6 @@ job('beam_PostRelease_NightlySnapshot') {
 
   steps {
     // Run a quickstart from 
https://beam.apache.org/get-started/quickstart-java/
-    shell('cd ' + common_job_properties.checkoutDir + '/release && groovy 
quickstart-java-direct.groovy ')
+    shell('cd ' + common_job_properties.checkoutDir + '/release && groovy 
quickstart-java-direct.groovy')
   }
 }

-- 
To stop receiving notification emails like this one, please contact
lc...@apache.org.

Reply via email to