Skip to content

Commit

Permalink
Fix gke cluster name (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
akodali18 authored May 28, 2024
1 parent c7bd8a6 commit 4672b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pipeline {
GIT_CREDENTIAL_ID = 'wf-jenkins-github'
GITHUB_TOKEN = credentials('GITHUB_TOKEN')
WAVEFRONT_TOKEN = credentials("WAVEFRONT_TOKEN_QA4")
GKE_CLUSTER_NAME = "k8po-jenkins-ci-2"
GKE_CLUSTER_NAME = "k8po-jenkins-ci-operator-2"
GCP_ZONE = "a"
GCP_CREDS = credentials("GCP_CREDS")
GCP_PROJECT = "wavefront-gcp-dev"
Expand Down

0 comments on commit 4672b65

Please sign in to comment.