Skip to content
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

Commit 4b899c6

Browse files
committed
fix(feature-toggle): add feature toggle env var
1 parent 624d81c commit 4b899c6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

vars/buildSnapshotFabric8UI.groovy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ def call(body) {
3131
3232
export OPENSHIFT_CONSOLE_URL="https://console.free-stg.openshift.com/console/"
3333
export WS_K8S_API_SERVER="f8osoproxy-test-dsaas-preview.b6ff.rh-idev.openshiftapps.com:443"
34-
34+
export FABRIC8_FEATURE_TOGGLES_API_URL="f8osoproxy-test-dsaas-preview.b6ff.rh-idev.openshiftapps.com:443"
35+
3536
export PROXIED_K8S_API_SERVER="${WS_K8S_API_SERVER}"
3637
export OAUTH_ISSUER="https://${WS_K8S_API_SERVER}"
3738
export PROXY_PASS_URL="https://${WS_K8S_API_SERVER}"

vars/deployOpenShiftSnapshot.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ def call(body) {
6262
6363
export OPENSHIFT_CONSOLE_URL="https://console.free-stg.openshift.com/console/"
6464
export WS_K8S_API_SERVER="f8osoproxy-test-dsaas-preview.b6ff.rh-idev.openshiftapps.com:443"
65+
export FABRIC8_FEATURE_TOGGLES_API_URL="f8osoproxy-test-dsaas-preview.b6ff.rh-idev.openshiftapps.com:443"
6566
6667
export PROXIED_K8S_API_SERVER="${WS_K8S_API_SERVER}"
6768
export OAUTH_ISSUER="https://${WS_K8S_API_SERVER}"

0 commit comments

Comments
 (0)