Created attachment 700440 [details] Result page after enable jenkins. Description of problem: After enable jenkins, no username and password diplayed on page.Details see in attachment. After created an jenkins application, still no username and password. Version-Release number of selected component (if applicable): devenv_2840 How reproducible: always Steps to Reproduce: 1.Create an application 2.Enable jenkins to the application 3.Create jenkins application Actual results: There should be username and password displayed after enable jenkins or create jenkins application. Expected results: No username and password displayed after enable jenkins or create jenkins application. Additional info:
The credentials are not being returned from the broker on Jenkins enable. This was verified on devenv_2842. Here are the relevant parts of the REST API transactions: http://git.io/jOHuig
I've confirmed that I get the credentials from RHC: RESULT: Application jenk was created. Jenkins created successfully. Please make note of these credentials: User: admin Password: iMLcz7tp2fcD Note: You can change your password at: https://jenk-pmorie101.dev.rhcloud.com/me/configure Seems based on this and Fotios' comment that this is a problem in the broker.
I don't think it's a broker issue given you see it working above. I also see the results in the git.io page above under result.
Tested on devenv_2845, username and password can be displayed on the result page of enable jenkins, will verify this bug once it is on qa.
Verified this bug with following steps: 1.Create an application 2.Enable jenkins to the application 3.Create jenkins application Results: At step 2 and 3, both the username and password of jenkins can display now.