You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2021/02/22 13:54:09 UTC

[phoenix] branch master updated: PHOENIX-6394 PostCommit Jenkins job detects incorrect HBase profile to rebuild with 2.3 and 2.4 (addendum: fix typo in Jenkinsfile)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8668bfa  PHOENIX-6394 PostCommit Jenkins job detects incorrect HBase profile to rebuild with 2.3 and 2.4 (addendum: fix typo in Jenkinsfile)
8668bfa is described below

commit 8668bfa568e37ffe54485c56b40344ef5d49777b
Author: Istvan Toth <st...@apache.org>
AuthorDate: Mon Feb 22 14:53:37 2021 +0100

    PHOENIX-6394 PostCommit Jenkins job detects incorrect HBase profile to rebuild with 2.3 and 2.4 (addendum: fix typo in Jenkinsfile)
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 5ac2c3f..c268209 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -54,7 +54,7 @@ pipeline {
                             timeout(time: 30, unit: 'MINUTES')
                         }
                         environment {
-                            HBASE_VERSION = sh(returnStdout: true, script: "mvn help:evaluate -Dexpression=hbase-{HBASE_PROFILE}.runtime.version -q -DforceStdout").trim()
+                            HBASE_VERSION = sh(returnStdout: true, script: "mvn help:evaluate -Dexpression=hbase-${HBASE_PROFILE}.runtime.version -q -DforceStdout").trim()
                         }
                         steps {
                             sh "dev/rebuild_hbase.sh ${HBASE_VERSION}"