Skip to content

Commit dd2eecc

Browse files
authored
Merge pull request #4297 from ashwindasr/fix-microshift-bootc-error
add missing secret for microshift-bootc Jenkinsfile
2 parents 8cd3a16 + c4b6d42 commit dd2eecc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jobs/build/build-microshift-bootc/Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ node() {
102102
file(credentialsId: 'openshift-bot-konflux-service-account', variable: 'KONFLUX_SA_KUBECONFIG'),
103103
file(credentialsId: 'aws-credentials-file', variable: 'AWS_SHARED_CREDENTIALS_FILE'),
104104
string(credentialsId: 's3-art-srv-enterprise-cloudflare-endpoint', variable: 'CLOUDFLARE_ENDPOINT'),
105+
file(credentialsId: 'art-publish.app.ci.kubeconfig', variable: 'KUBECONFIG'),
105106
]) {
106107
echo "Will run ${cmd}"
107108
if (params.IGNORE_LOCKS) {

0 commit comments

Comments
 (0)