Skip to content

Commit

Permalink
Update pipeline credential name
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglinsong authored and tdcmeehan committed Jan 16, 2025
1 parent de8679f commit bfe642e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pipeline {
GPG_TRUST = credentials("presto-release-gpg-trust")
GPG_PASSPHRASE = credentials("presto-release-gpg-passphrase")

GITHUB_OSS_TOKEN_ID = 'github-personal-access-token-prestodb'
GITHUB_OSS_TOKEN_ID = 'oss-presto-github-token'

SONATYPE_NEXUS_CREDS = credentials('presto-sonatype-nexus-creds')
SONATYPE_NEXUS_PASSWORD = "$SONATYPE_NEXUS_CREDS_PSW"
Expand Down

0 comments on commit bfe642e

Please sign in to comment.