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

Commit 624d81c

Browse files
dgutridejoshuawilson
authored andcommitted
fix(server): update all openshift urls
1 parent 6e07776 commit 624d81c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

vars/buildSnapshotFabric8UI.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def call(body) {
2929
export FABRIC8_SSO_API_URL="https://sso.prod-preview.openshift.io/"
3030
export FABRIC8_AUTH_API_URL="https://auth.prod-preview.openshift.io/api/"
3131
32-
export OPENSHIFT_CONSOLE_URL="https://console.starter-us-east-2.openshift.com/console/"
32+
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"
3434
3535
export PROXIED_K8S_API_SERVER="${WS_K8S_API_SERVER}"
@@ -49,7 +49,7 @@ def call(body) {
4949
export FABRIC8_SSO_API_URL="https://sso.prod-preview.openshift.io/"
5050
5151
export OPENSHIFT_CONSOLE_URL="https://console.free-stg.openshift.com/console/"
52-
export WS_K8S_API_SERVER="api.free-stg.openshift.com:443"
52+
export WS_K8S_API_SERVER="f8osoproxy-test-dsaas-preview.b6ff.rh-idev.openshiftapps.com:443"
5353
5454
cd fabric8-ui && npm run build:prod
5555
'''

vars/deployOpenShiftSnapshot.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ def call(body) {
6060
export FABRIC8_SSO_API_URL="https://sso.prod-preview.openshift.io/"
6161
export FABRIC8_AUTH_API_URL="https://auth.prod-preview.openshift.io/api/"
6262
63-
export OPENSHIFT_CONSOLE_URL="https://api.free-stg.openshift.com/console/"
64-
export WS_K8S_API_SERVER="api.free-stg.openshift.com:443"
63+
export OPENSHIFT_CONSOLE_URL="https://console.free-stg.openshift.com/console/"
64+
export WS_K8S_API_SERVER="f8osoproxy-test-dsaas-preview.b6ff.rh-idev.openshiftapps.com:443"
6565
6666
export PROXIED_K8S_API_SERVER="${WS_K8S_API_SERVER}"
6767
export OAUTH_ISSUER="https://${WS_K8S_API_SERVER}"
@@ -96,7 +96,7 @@ def call(body) {
9696
export FABRIC8_SSO_API_URL="https://sso.prod-preview.openshift.io/"
9797
9898
export OPENSHIFT_CONSOLE_URL="https://console.free-stg.openshift.com/console/"
99-
export WS_K8S_API_SERVER="api.free-stg.openshift.com:443"
99+
export WS_K8S_API_SERVER="f8osoproxy-test-dsaas-preview.b6ff.rh-idev.openshiftapps.com:443"
100100
101101
cd fabric8-ui && npm run build:prod
102102
'''

0 commit comments

Comments
 (0)