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

[bookkeeper] branch master updated: ISSUE #1458: [CI] Fix bookkeeper-seed CI Job

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

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


The following commit(s) were added to refs/heads/master by this push:
     new cf6d8b4  ISSUE #1458: [CI] Fix bookkeeper-seed CI Job
cf6d8b4 is described below

commit cf6d8b40da75e8f02ca3790763bc9c70d1d677ef
Author: Sijie Guo <si...@apache.org>
AuthorDate: Fri Jun 1 09:30:49 2018 -0700

    ISSUE #1458: [CI] Fix bookkeeper-seed CI Job
    
    Descriptions of the changes in this PR:
    
    *Motivation*
    
    Issue #1454 introduced a typo, which cause the seed job can not parse groovy DSL files.
    
    *Solution*
    
    Fix the typo.
    
    Master Issue: #1458
    
    Author: Sijie Guo <si...@apache.org>
    
    Reviewers: Enrico Olivelli <eo...@gmail.com>, Jia Zhai <None>
    
    This closes #1464 from sijie/fix_job_seed, closes #1458
---
 .test-infra/jenkins/job_bookkeeper_release_nightly_snapshot.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.test-infra/jenkins/job_bookkeeper_release_nightly_snapshot.groovy b/.test-infra/jenkins/job_bookkeeper_release_nightly_snapshot.groovy
index 3b66ca8..1a81444 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(

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