We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de8679f commit bfe642eCopy full SHA for bfe642e
Jenkinsfile
@@ -31,7 +31,7 @@ pipeline {
31
GPG_TRUST = credentials("presto-release-gpg-trust")
32
GPG_PASSPHRASE = credentials("presto-release-gpg-passphrase")
33
34
- GITHUB_OSS_TOKEN_ID = 'github-personal-access-token-prestodb'
+ GITHUB_OSS_TOKEN_ID = 'oss-presto-github-token'
35
36
SONATYPE_NEXUS_CREDS = credentials('presto-sonatype-nexus-creds')
37
SONATYPE_NEXUS_PASSWORD = "$SONATYPE_NEXUS_CREDS_PSW"
0 commit comments