Skip to content

Commit

Permalink
Remove password var
Browse files Browse the repository at this point in the history
Signed-off-by: M Sajid Mansoori <mmansoor@redhat.com>
  • Loading branch information
msajidmansoori12 committed Dec 21, 2023
1 parent e0f5499 commit b3040b1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions PR_TESTER.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ pipeline{
}
options{
ansiColor('xterm')
}
}
environment{
HUB_USERNAME="admin"
PATH="$PATH:/usr/local/go/bin"
HUB_PASSWORD="Passw0rd!"
PATH="$PATH:/usr/local/go/bin"
JIRA_CLOUD_PASSWORD=credentials('mta_jira_cloud_token')
JIRA_SERVER_TOKEN=credentials('mta_jira_stage_token')
}
Expand Down

0 comments on commit b3040b1

Please sign in to comment.