Skip to content

Commit

Permalink
Merge pull request #4287 from ashwindasr/add-redis-pass-ocp4-konflux
Browse files Browse the repository at this point in the history
[konflux] add redis-server-password
  • Loading branch information
ashwindasr authored Nov 14, 2024
2 parents 4a7e901 + 3c4e9e6 commit 9bbc226
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jobs/build/ocp4-konflux/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ node {
withCredentials([
file(credentialsId: 'openshift-bot-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')
]){
withEnv(["BUILD_USER_EMAIL=${builderEmail?: ''}", "BUILD_URL=${BUILD_URL}", "JOB_NAME=${JOB_NAME}", 'DOOZER_DB_NAME=art_dash']) {
Expand Down

0 comments on commit 9bbc226

Please sign in to comment.