Skip to content

Commit

Permalink
fix(server): update all openshift urls
Browse files Browse the repository at this point in the history
  • Loading branch information
dgutride authored and joshuawilson committed Feb 2, 2018
1 parent 6e07776 commit 624d81c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions vars/buildSnapshotFabric8UI.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def call(body) {
export FABRIC8_SSO_API_URL="https://sso.prod-preview.openshift.io/"
export FABRIC8_AUTH_API_URL="https://auth.prod-preview.openshift.io/api/"
export OPENSHIFT_CONSOLE_URL="https://console.starter-us-east-2.openshift.com/console/"
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 PROXIED_K8S_API_SERVER="${WS_K8S_API_SERVER}"
Expand All @@ -49,7 +49,7 @@ def call(body) {
export FABRIC8_SSO_API_URL="https://sso.prod-preview.openshift.io/"
export OPENSHIFT_CONSOLE_URL="https://console.free-stg.openshift.com/console/"
export WS_K8S_API_SERVER="api.free-stg.openshift.com:443"
export WS_K8S_API_SERVER="f8osoproxy-test-dsaas-preview.b6ff.rh-idev.openshiftapps.com:443"
cd fabric8-ui && npm run build:prod
'''
Expand Down
6 changes: 3 additions & 3 deletions vars/deployOpenShiftSnapshot.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ def call(body) {
export FABRIC8_SSO_API_URL="https://sso.prod-preview.openshift.io/"
export FABRIC8_AUTH_API_URL="https://auth.prod-preview.openshift.io/api/"
export OPENSHIFT_CONSOLE_URL="https://api.free-stg.openshift.com/console/"
export WS_K8S_API_SERVER="api.free-stg.openshift.com:443"
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 PROXIED_K8S_API_SERVER="${WS_K8S_API_SERVER}"
export OAUTH_ISSUER="https://${WS_K8S_API_SERVER}"
Expand Down Expand Up @@ -96,7 +96,7 @@ def call(body) {
export FABRIC8_SSO_API_URL="https://sso.prod-preview.openshift.io/"
export OPENSHIFT_CONSOLE_URL="https://console.free-stg.openshift.com/console/"
export WS_K8S_API_SERVER="api.free-stg.openshift.com:443"
export WS_K8S_API_SERVER="f8osoproxy-test-dsaas-preview.b6ff.rh-idev.openshiftapps.com:443"
cd fabric8-ui && npm run build:prod
'''
Expand Down

0 comments on commit 624d81c

Please sign in to comment.