Skip to content

Commit

Permalink
fix(feature-toggle): add feature toggle env var
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuawilson committed Feb 7, 2018
1 parent 624d81c commit 4b899c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vars/buildSnapshotFabric8UI.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ def call(body) {
export OPENSHIFT_CONSOLE_URL="https://console.free-stg.openshift.com/console/"
export WS_K8S_API_SERVER="f8osoproxy-test-dsaas-preview.b6ff.rh-idev.openshiftapps.com:443"
export FABRIC8_FEATURE_TOGGLES_API_URL="f8osoproxy-test-dsaas-preview.b6ff.rh-idev.openshiftapps.com:443"
export PROXIED_K8S_API_SERVER="${WS_K8S_API_SERVER}"
export OAUTH_ISSUER="https://${WS_K8S_API_SERVER}"
export PROXY_PASS_URL="https://${WS_K8S_API_SERVER}"
Expand Down
1 change: 1 addition & 0 deletions vars/deployOpenShiftSnapshot.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def call(body) {
export OPENSHIFT_CONSOLE_URL="https://console.free-stg.openshift.com/console/"
export WS_K8S_API_SERVER="f8osoproxy-test-dsaas-preview.b6ff.rh-idev.openshiftapps.com:443"
export FABRIC8_FEATURE_TOGGLES_API_URL="f8osoproxy-test-dsaas-preview.b6ff.rh-idev.openshiftapps.com:443"
export PROXIED_K8S_API_SERVER="${WS_K8S_API_SERVER}"
export OAUTH_ISSUER="https://${WS_K8S_API_SERVER}"
Expand Down

0 comments on commit 4b899c6

Please sign in to comment.