Migrate your CloudBees CI instance on OpenShift to Helm

1 minute read

To migrate your existing CloudBees CI installation to Helm:

  1. Back up your operations center and $JENKINS_HOME directory.

  2. Delete your existing operations center:

    $ oc delete -f cloudbees-ci.yml (1)
    1 Substitute the name of your most recently customized CloudBees CI YAML file for cloudbees-ci.yml.
  3. Follow CloudBees CI installation on OpenShift.

  4. Once your CloudBees CI migration has completed, sign in to your operations center with your previous passwords.

For more information on running CloudBees CI on Kubernetes, refer to CloudBees CI on modern cloud platforms administration guide.