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 2021/10/08 04:56:14 UTC

[hbase] branch HBASE-26339 updated: syntax

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

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


The following commit(s) were added to refs/heads/HBASE-26339 by this push:
     new d48c81e  syntax
d48c81e is described below

commit d48c81ee76b3d06934c1116e37bacb5b318c2f5d
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Fri Oct 8 12:55:30 2021 +0800

    syntax
---
 dev-support/Jenkinsfile_GitHub | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/dev-support/Jenkinsfile_GitHub b/dev-support/Jenkinsfile_GitHub
index 888fb9e..7fe6f60 100644
--- a/dev-support/Jenkinsfile_GitHub
+++ b/dev-support/Jenkinsfile_GitHub
@@ -102,6 +102,7 @@ pipeline {
                                   passwordVariable: 'GITHUB_PASSWORD',
                                   usernameVariable: 'GITHUB_USER'
                                 )]) {
+                                script {
                                 def ret = sh(
                                   label: 'test-patch',
                                   returnStatus: true,
@@ -117,6 +118,7 @@ pipeline {
                                   // test output. See HBASE-26339 for more details.
                                   currentBuild.result = 'UNSTABLE'
                                 }
+                                }
                             }
                         }
                     }
@@ -198,6 +200,7 @@ pipeline {
                                 passwordVariable: 'GITHUB_PASSWORD',
                                 usernameVariable: 'GITHUB_USER'
                               )]) {
+                                script {
                                 def ret = sh(
                                   label: 'test-patch',
                                   returnStatus: true,
@@ -213,6 +216,7 @@ pipeline {
                                   // test output. See HBASE-26339 for more details.
                                   currentBuild.result = 'UNSTABLE'
                                 }
+                                }
                             }
                         }
                     }
@@ -327,6 +331,7 @@ pipeline {
                                 passwordVariable: 'GITHUB_PASSWORD',
                                 usernameVariable: 'GITHUB_USER'
                               )]) {
+                                script {
                                 def ret = sh(
                                   label: 'test-patch',
                                   returnStatus: true,
@@ -342,6 +347,7 @@ pipeline {
                                   // test output. See HBASE-26339 for more details.
                                   currentBuild.result = 'UNSTABLE'
                                 }
+                                }
                             }
                         }
                     }