Skip to content

Commit

Permalink
Set the right GCLOUD_PROJECT for OCP's jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
flaper87 committed Feb 3, 2020
1 parent 32a8428 commit 4db371d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/ci/e2e/Jenkinsfile-ocp
Expand Up @@ -12,6 +12,7 @@ pipeline {
VAULT_ADDR = credentials('vault-addr')
VAULT_ROLE_ID = credentials('vault-role-id')
VAULT_SECRET_ID = credentials('vault-secret-id')
GCLOUD_PROJECT = credentials('k8s-operators-gcloud-project')
}

stages {
Expand Down

0 comments on commit 4db371d

Please sign in to comment.