Skip to content

Commit

Permalink
Remove OPERATOR_NS from Jenkinsfile since not supported yet
Browse files Browse the repository at this point in the history
  • Loading branch information
tplavcic committed Aug 16, 2023
1 parent 2797575 commit af9302c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ pipeline {
environment {
CLOUDSDK_CORE_DISABLE_PROMPTS = 1
CLEAN_NAMESPACE = 1
OPERATOR_NS = 'ps-operator'
GIT_SHORT_COMMIT = sh(script: 'git rev-parse --short HEAD', , returnStdout: true).trim()
VERSION = "${env.GIT_BRANCH}-${env.GIT_SHORT_COMMIT}"
CLUSTER_NAME = sh(script: "echo jen-ps-${env.CHANGE_ID}-${GIT_SHORT_COMMIT}-${env.BUILD_NUMBER} | tr '[:upper:]' '[:lower:]'", , returnStdout: true).trim()
Expand Down

0 comments on commit af9302c

Please sign in to comment.