From 72340705e45253b74e0f98c99f78f4718f081a33 Mon Sep 17 00:00:00 2001 From: Bharath Vissapragada Date: Tue, 4 Aug 2020 10:06:06 -0700 Subject: [PATCH] HBASE-24816: Remove unused credential hbaseqa-at-asf-jira --- dev-support/Jenkinsfile_GitHub | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/dev-support/Jenkinsfile_GitHub b/dev-support/Jenkinsfile_GitHub index 95f3d28f12a2..99dbcf3c3da0 100644 --- a/dev-support/Jenkinsfile_GitHub +++ b/dev-support/Jenkinsfile_GitHub @@ -61,13 +61,12 @@ pipeline { stage ('precommit-run') { steps { - withCredentials( - [usernamePassword(credentialsId: 'apache-hbase-at-github.com', - passwordVariable: 'GITHUB_PASSWORD', - usernameVariable: 'GITHUB_USER'), - usernamePassword(credentialsId: 'hbaseqa-at-asf-jira', - passwordVariable: 'JIRA_PASSWORD', - usernameVariable: 'JIRA_USER')]) { + withCredentials([ + usernamePassword( + credentialsId: 'apache-hbase-at-github.com', + passwordVariable: 'GITHUB_PASSWORD', + usernameVariable: 'GITHUB_USER' + )]) { sh '''#!/usr/bin/env bash set -e TESTPATCHBIN="${WORKSPACE}/${YETUS}/precommit/src/main/shell/test-patch.sh"