Log in to Jenkins Dashboard
Jenkins dashboard is installed by default when you install DevOps.
Prerequisites
KubeSphere platform needs to have the DevOps extension installed and enabled.
Steps
Check the service corresponding to the Jenkins dashboard, then refer to Access a Service to access Jenkins dashboard.
kubectl -n kubesphere-devops-system get svc devops-jenkins
Get the username and password for Jenkins admin.
kubectl -n kubesphere-devops-system get secret devops-jenkins -o yaml
Sample output:
data: jenkins-admin-password: aXMxZno1Z3lnQWFTaGRIU2EwUDZkbg== jenkins-admin-token: MTE5NTQ4NDY3MTE4MDQ4ODAzMDI1MTc3MDk1OTUwNTM2MQ== jenkins-admin-user: YWRtaW4=
Decode the base64 encoded
jenkins-admin-user
andjenkins-admin-password
to get the username and password for Jenkins admin.Use the obtained username and password to log in to Jenkins dashboard.
Note |
---|
To log in to Jenkins dashboard through LDAP or OpenID Connect, please refer to the instructions on the details page of DevOps extension in Extensions Center. |
Feedback
Was this page Helpful?
Receive the latest news, articles and updates from KubeSphere
Thanks for the feedback. If you have a specific question about how to use KubeSphere, ask it on Slack. Open an issue in the GitHub repo if you want to report a problem or suggest an improvement.