Skip to content

Commit 7428476

Browse files
committed
jobs/sync-stream-metadata: use jenkins service account to start pod
Fetching the Slace API Token seems to be failing in this job because the default fedora-coreos-pipeline service account can't access the openshift secrets directly. This is fallout from #1012 where sending a Slack message on failure was added to this job.
1 parent a1a6db8 commit 7428476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jobs/sync-stream-metadata.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ properties([
1818
durabilityHint('PERFORMANCE_OPTIMIZED')
1919
])
2020

21-
cosaPod() {
21+
cosaPod(serviceAccount: "jenkins") {
2222
try {
2323
git(url: 'https://github.com/coreos/fedora-coreos-streams',
2424
branch: 'main', credentialsId: 'github-coreosbot-token-username-password')

0 commit comments

Comments
 (0)