Duo Zhang created HBASE-29187: --------------------------------- Summary: Use double quote instead of single quote in Jenkinsfile scripts when there are env vars Key: HBASE-29187 URL: https://issues.apache.org/jira/browse/HBASE-29187 Project: HBase Issue Type: Bug Components: jenkins, scripts Reporter: Duo Zhang
Here we use single quote then the env var will not be evaluated, so it will produce something like "+1 jdk17 hadoop ${HADOOP_THREE_VERSION} xxx" instead of "+1 jdk17 hadoop 3.4.1 xxx". https://github.com/apache/hbase/blob/c2af2b3c0de938f2c2d094860f33e31177d197ea/dev-support/Jenkinsfile#L828 -- This message was sent by Atlassian Jira (v8.20.10#820010)