We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cd3a16 + c4b6d42 commit dd2eeccCopy full SHA for dd2eecc
jobs/build/build-microshift-bootc/Jenkinsfile
@@ -102,6 +102,7 @@ node() {
102
file(credentialsId: 'openshift-bot-konflux-service-account', variable: 'KONFLUX_SA_KUBECONFIG'),
103
file(credentialsId: 'aws-credentials-file', variable: 'AWS_SHARED_CREDENTIALS_FILE'),
104
string(credentialsId: 's3-art-srv-enterprise-cloudflare-endpoint', variable: 'CLOUDFLARE_ENDPOINT'),
105
+ file(credentialsId: 'art-publish.app.ci.kubeconfig', variable: 'KUBECONFIG'),
106
]) {
107
echo "Will run ${cmd}"
108
if (params.IGNORE_LOCKS) {
0 commit comments