How can I keep OpenShift.io updated?

Updated -

How can the OpenShift.io 'tenant' be updated?

Your own jenkins, che, etc is running in your OpenShift Online account in the https://console.starter-us-east-2.openshift.com cluster. The Deployment Configs have to be on occasion. To do so,

   -  Login to OpenShift.io , if you face issues while trying to login, please open a support ticket.
    - Visit your profile by clicking on the top-right corner.
    - Click "Update profile"
    - Scroll down to the bottom of the page and click "Update tenant". This doesn't provide any feedback as of now, but you could check for a /api/user 200 OK response in the browser console.

How do I confirm that my tenant is updated ?

To confirm you need to be checking which build version of Jenkins/Che you are running, and compare it with the intended version.

To find out which version of the Jenkins 2 build you are running, use the oc CLI , and try running oc export dc jenkins -n oc {ID}-jenkins | grep "version:"

If the above doesn't work, use the UI:

    - Login to OpenShift Online https://console.starter-us-east-2.openshift.com
    - Select project {ID}-jenkins
    - Navigate to ``Applications->Deployments` -> `jenkins`.
    - Open the latest 'active' deployment from the list.
    - On the details tab, there should a version=3.x.x

Comments