Repository: hive Updated Branches: refs/heads/master d0a9e789b -> 612603f38
HIVE-10943 Beeline-cli: Enable precommit for beelie-cli branch(Ferdinand Xu, reviewed by Xuefu Zhang and Sergio Peña) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/612603f3 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/612603f3 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/612603f3 Branch: refs/heads/master Commit: 612603f383d8e6a3a35189dcb7af189839ec4076 Parents: d0a9e78 Author: Ferdinand Xu <[email protected]> Authored: Wed Jun 10 13:55:22 2015 -0400 Committer: Ferdinand Xu <[email protected]> Committed: Wed Jun 10 13:55:36 2015 -0400 ---------------------------------------------------------------------- dev-support/jenkins-submit-build.sh | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/612603f3/dev-support/jenkins-submit-build.sh ---------------------------------------------------------------------- diff --git a/dev-support/jenkins-submit-build.sh b/dev-support/jenkins-submit-build.sh index 6b2e8e8..a145e00 100644 --- a/dev-support/jenkins-submit-build.sh +++ b/dev-support/jenkins-submit-build.sh @@ -44,6 +44,10 @@ case "$BUILD_PROFILE" in test -n "$PARQUET_URL" || fail "PARQUET_URL must be specified" url="$PARQUET_URL&ISSUE_NUM=$ISSUE_NUM" ;; + beeline-cli-mr2) + test -n "$BEELINE_CLI_URL" || fail "BEELINE_CLI_URL must be specified" + url="$BEELINE_CLI_URL&ISSUE_NUM=$ISSUE_NUM" + ;; *) echo "Unknown profile '$BUILD_PROFILE'" exit 1
