You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2020/08/24 02:16:43 UTC

[hbase] branch HBASE-24938 updated (9acef13 -> 12a6488)

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

zhangduo pushed a change to branch HBASE-24938
in repository https://gitbox.apache.org/repos/asf/hbase.git.


 discard 9acef13  HBASE-24938 Use asf-ci credentials in pre commit jenkins job
     new 12a6488  HBASE-24938 Use asf-ci credentials in pre commit jenkins job

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (9acef13)
            \
             N -- N -- N   refs/heads/HBASE-24938 (12a6488)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 dev-support/Jenkinsfile_GitHub | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[hbase] 01/01: HBASE-24938 Use asf-ci credentials in pre commit jenkins job

Posted by zh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch HBASE-24938
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit 12a648880b2645ff204583885685a58608a7572d
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Mon Aug 24 10:16:15 2020 +0800

    HBASE-24938 Use asf-ci credentials in pre commit jenkins job
---
 dev-support/Jenkinsfile_GitHub | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-support/Jenkinsfile_GitHub b/dev-support/Jenkinsfile_GitHub
index d314ba4..e0ce36a 100644
--- a/dev-support/Jenkinsfile_GitHub
+++ b/dev-support/Jenkinsfile_GitHub
@@ -97,7 +97,7 @@ pipeline {
                         dir("${WORKDIR}") {
                             withCredentials([
                                 usernamePassword(
-                                  credentialsId: 'apache-hbase-at-github.com',
+                                  credentialsId: 'asf-ci',
                                   passwordVariable: 'GITHUB_PASSWORD',
                                   usernameVariable: 'GITHUB_USER'
                                 )]) {
@@ -183,7 +183,7 @@ pipeline {
                         dir("${WORKDIR}") {
                             withCredentials([
                               usernamePassword(
-                                credentialsId: 'apache-hbase-at-github.com',
+                                credentialsId: 'asf-ci',
                                 passwordVariable: 'GITHUB_PASSWORD',
                                 usernameVariable: 'GITHUB_USER'
                               )]) {
@@ -283,7 +283,7 @@ pipeline {
                         dir("${WORKDIR}") {
                             withCredentials([
                               usernamePassword(
-                                credentialsId: 'apache-hbase-at-github.com',
+                                credentialsId: 'asf-ci',
                                 passwordVariable: 'GITHUB_PASSWORD',
                                 usernameVariable: 'GITHUB_USER'
                               )]) {