OpenShift.io is blocked by a previous OpenShift Online project.

Updated -

Assuming your old project is jdoe-test1 and your OpenShift.io username is jdoe, this might cause your OpenShift.io pipelines to not show up since there is no jdoe namespace.

Clean-up your existing project by running the following:

Visit https://console.starter-us-east-2.openshift.com/oauth/token/request to get your oc auth token needed for the CLI login.

  • oc login https://console.starter-us-east-2.openshift.com --token=TOKEN
  • oc delete project jdoe-test1
  • oc new-project jdoe
  • oc delete all --all -n jdoe-test
  • oc delete all --all -n jdoe-stage
  • oc delete all --all -n jdoe-run

Comments