From 49f648d555d33c17f9ef599a9cb9ecbb39e25b6b Mon Sep 17 00:00:00 2001 From: "D. Paolella" Date: Tue, 10 Sep 2024 18:31:34 +0200 Subject: [PATCH] Give ocp4 access to konflux DB --- jobs/build/ocp4/Jenkinsfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jobs/build/ocp4/Jenkinsfile b/jobs/build/ocp4/Jenkinsfile index bc86be6e2f..eb64d17e5b 100644 --- a/jobs/build/ocp4/Jenkinsfile +++ b/jobs/build/ocp4/Jenkinsfile @@ -215,6 +215,10 @@ node { string(credentialsId: 'art-bot-slack-token', variable: 'SLACK_BOT_TOKEN'), usernamePassword(credentialsId: 'art-dash-db-login', passwordVariable: 'DOOZER_DB_PASSWORD', usernameVariable: 'DOOZER_DB_USER'), file(credentialsId: "art-cluster-art-cd-pipeline-kubeconfig", variable: 'ART_CLUSTER_ART_CD_PIPELINE_KUBECONFIG'), + string(credentialsId: 'konflux-gcp-project', variable: 'GOOGLE_CLOUD_PROJECT'), + string(credentialsId: 'konflux-dataset-id', variable: 'DATASET_ID'), + string(credentialsId: 'konflux-table-id', variable: 'TABLE_ID'), + file(credentialsId: 'konflux-gcp-app-creds', variable: 'GOOGLE_APPLICATION_CREDENTIALS') ]) { withEnv(["BUILD_USER_EMAIL=${builderEmail?: ''}", "BUILD_URL=${BUILD_URL}", "JOB_NAME=${JOB_NAME}", 'DOOZER_DB_NAME=art_dash']) { buildlib.init_artcd_working_dir()