Skip to content

Commit

Permalink
Merge pull request #4244 from locriandev/ocp4-to-bigquery
Browse files Browse the repository at this point in the history
Give ocp4 access to konflux DB
  • Loading branch information
openshift-merge-bot[bot] authored Sep 11, 2024
2 parents b9707d9 + 49f648d commit acaeccd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jobs/build/ocp4/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit acaeccd

Please sign in to comment.