Jenkins K8s

  • Canonical IS DevOps
Channel Revision Published Runs on
latest/stable 127 07 Nov 2024
Ubuntu 22.04
latest/edge 128 19 Nov 2024
Ubuntu 22.04
juju deploy jenkins-k8s
Show information

Platform:

How to redeploy Jenkins

Redeployment is a process where the old charm instance is removed and data is migrated to a new charm instance. Redeploying the Jenkins charm consists of 3 steps:

  1. Create the new Jenkins charm instance:
juju deploy jenkins-k8s jenkins-k8s-new
  1. Migrate Jenkins data: Follow the instructions in the charm’s documentation for backup and restore.
  2. Remove the old Jenkins charm instance:
juju remove-application jenkins-k8s