Skip to content

Commit

Permalink
Merge pull request #4299 from ashwindasr/move-to-art-konflux-cluster
Browse files Browse the repository at this point in the history
ART-11441: [konflux] Trigger builds in new cluster
  • Loading branch information
openshift-merge-bot[bot] authored Nov 27, 2024
2 parents dd2eecc + 0006135 commit 4466480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jobs/build/build-microshift-bootc/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ node() {
string(credentialsId: 'art-bot-slack-token', variable: 'SLACK_BOT_TOKEN'),
string(credentialsId: 'openshift-bot-token', variable: 'GITHUB_TOKEN'),
file(credentialsId: 'konflux-gcp-app-creds-prod', variable: 'GOOGLE_APPLICATION_CREDENTIALS'),
file(credentialsId: 'openshift-bot-konflux-service-account', variable: 'KONFLUX_SA_KUBECONFIG'),
file(credentialsId: 'openshift-bot-ocp-konflux-service-account', variable: 'KONFLUX_SA_KUBECONFIG'),
file(credentialsId: 'aws-credentials-file', variable: 'AWS_SHARED_CREDENTIALS_FILE'),
string(credentialsId: 's3-art-srv-enterprise-cloudflare-endpoint', variable: 'CLOUDFLARE_ENDPOINT'),
file(credentialsId: 'art-publish.app.ci.kubeconfig', variable: 'KUBECONFIG'),
Expand Down
2 changes: 1 addition & 1 deletion jobs/build/ocp4-konflux/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ node {

buildlib.withAppCiAsArtPublish() {
withCredentials([
file(credentialsId: 'openshift-bot-konflux-service-account', variable: 'KONFLUX_SA_KUBECONFIG'),
file(credentialsId: 'openshift-bot-ocp-konflux-service-account', variable: 'KONFLUX_SA_KUBECONFIG'),
string(credentialsId: 'art-bot-slack-token', variable: 'SLACK_BOT_TOKEN'),
string(credentialsId: 'redis-server-password', variable: 'REDIS_SERVER_PASSWORD'),
file(credentialsId: 'konflux-gcp-app-creds-prod', variable: 'GOOGLE_APPLICATION_CREDENTIALS')
Expand Down

0 comments on commit 4466480

Please sign in to comment.