Username and password of Jenkins on Openshift Username and password of Jenkins on Openshift jenkins jenkins

Username and password of Jenkins on Openshift


I found the answer

To resume : I should login via ssh to my Jenkins application :

ssh 56b969d****@jenkins-***.rhcloud.com

You will find the exact ssh command for your app on the openshift page for the jenkins application under Remote Access hidden behind a hyperlink that says Want to log in to your application?

After that I do :

cat jenkins/env/JENKINS_USERNAMEcat jenkins/env/JENKINS_PASSWORD

And I ve got my login :

enter image description here


ssh into your application and use the env | grep JENKINS command to view your username/password for jenkins: https://developers.openshift.com/en/managing-environment-variables.html#jenkins-variables


Yep click below link(want to log in to your application) on your applications page, you will see a ssh string for you to login

enter image description here

Then

  cat jenkins/env/JENKINS_USERNAME   cat jenkins/env/JENKINS_PASSWORD 

you will see your username and password