Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
[meta] add auth-token-credential-id entry for slack (#751)
Browse files Browse the repository at this point in the history
This commit adds a new auth-token-credential-id entry in addition of auth-token-id for slack token.

This is due to a bug in JJB which requires having both entries to prevent having an empty authTokenCredentialId in job config.xml (https://storyboard.openstack.org/#!/story/2007953).
  • Loading branch information
jmlrt authored Jul 27, 2020
1 parent 0199033 commit bb087ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ci/jobs/elastic+helm-charts+master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@
room: infra-release-notify
team-domain: elastic
auth-token-id: release-slack-integration-token
auth-token-credential-id: release-slack-integration-token
1 change: 1 addition & 0 deletions .ci/jobs/elastic+helm-charts+staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@
room: infra-release-notify
team-domain: elastic
auth-token-id: release-slack-integration-token
auth-token-credential-id: release-slack-integration-token

0 comments on commit bb087ad

Please sign in to comment.