Skip to content

Commit af9302c

Browse files
committed
Remove OPERATOR_NS from Jenkinsfile since not supported yet
1 parent 2797575 commit af9302c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Jenkinsfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,6 @@ pipeline {
288288
environment {
289289
CLOUDSDK_CORE_DISABLE_PROMPTS = 1
290290
CLEAN_NAMESPACE = 1
291-
OPERATOR_NS = 'ps-operator'
292291
GIT_SHORT_COMMIT = sh(script: 'git rev-parse --short HEAD', , returnStdout: true).trim()
293292
VERSION = "${env.GIT_BRANCH}-${env.GIT_SHORT_COMMIT}"
294293
CLUSTER_NAME = sh(script: "echo jen-ps-${env.CHANGE_ID}-${GIT_SHORT_COMMIT}-${env.BUILD_NUMBER} | tr '[:upper:]' '[:lower:]'", , returnStdout: true).trim()

0 commit comments

Comments
 (0)