This repository was archived by the owner on Jun 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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 '''
Original file line number Diff line number Diff 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 '''
You can’t perform that action at this time.
0 commit comments