The Charm Store will undergo scheduled database maintenance on July 5, 2026 22:00 to July 6, 02:00 UTC. During this time, you may be unable to access charm and bundle metadata or publish updates. No user action is required and services will automatically resume once maintenance is complete.

Jenkins K8s

Platform:

Channel Revision Published Runs on
latest/stable 201 29 Sep 2025
Ubuntu 24.04 Ubuntu 22.04
latest/stable 200 29 Sep 2025
Ubuntu 24.04 Ubuntu 22.04
latest/edge 328 03 Jul 2026
Ubuntu 24.04 Ubuntu 22.04
latest/edge 327 03 Jul 2026
Ubuntu 24.04 Ubuntu 22.04
juju deploy jenkins-k8s

How to get admin password

Get admin password

To retrieve the password for the admin account, you can run the get-admin-password action.

juju run jenkins-k8s/0 get-admin-password 

The output should look something similar to the contents below:

unit-jenkins-k8s-0:
  UnitId: jenkins-k8s/0
  id: "2"
  results:
    password: <password>
  status: completed
  timing:
    completed: <timestamp>
    enqueued: <timestamp>
    started: <timestamp>

You can use the password retrieved above to access your Jenkins server UI at http://<UNIT_IP>:8080 as the “admin” user.


Help improve this document in the forum (guidelines). Last updated 1 year, 8 months ago.