You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2018/06/01 16:31:01 UTC

[GitHub] sijie closed pull request #1464: [CI] Issue 1458: Fix bookkeeper-seed CI Job

sijie closed pull request #1464: [CI] Issue 1458: Fix bookkeeper-seed CI Job
URL: https://github.com/apache/bookkeeper/pull/1464
 
 
   

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_bookkeeper_release_nightly_snapshot.groovy b/.test-infra/jenkins/job_bookkeeper_release_nightly_snapshot.groovy
index 3b66ca8b0..1a8144418 100644
--- a/.test-infra/jenkins/job_bookkeeper_release_nightly_snapshot.groovy
+++ b/.test-infra/jenkins/job_bookkeeper_release_nightly_snapshot.groovy
@@ -40,7 +40,7 @@ freeStyleJob('bookkeeper_release_nightly_snapshot') {
   parameters {
       stringParam(
           'sha1',
-          defaultBranch,
+          'master',
           'Commit id or refname (eg: origin/pr/9/head) you want to build.')
         
       stringParam(


 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services