Hide Forgot
Description of problem: It doesn't provide any jenkins account related information when create a jenkins server in website. Version-Release number of selected component (if applicable): devenv_1724 How reproducible: Always Steps to Reproduce: 1.Log on the website via the valid account. 2.Create a jenkins server. Actual results: There is no information related to jenkins account,such as account ,password. Expected results: It should provide the information like account,password. Additional info:
Needs to come back from the rest API before we can show it. This sounds like a potentially blocking problem for this sprint - if we can't get to it we should disable jenkins again.
Fixed with rev#cb6b40d0d9aa23464cd1b9775fbab8fc8da8b1c1
Verified it on devenv-stage_176 Since jenkins is disabled in web for now, checked it in rest api. #curl -k -H "Accept: application/xml" --user "xtian+t91:1" https://ec2-23-22-7-231.compute-1.amazonaws.com/broker/rest/domains/domx011/applications -d name=jenkinsserver -d cartridge=jenkins-1.4 -X POST <?xml version="1.0" encoding="UTF-8"?> <response> <status>created</status> <type>application</type> <messages> <message> <text>Application jenkinsserver was created.</text> <severity>info</severity> <exit-code nil="true"></exit-code> <field nil="true"></field> </message> <message> <text> Jenkins created successfully. Please make note of these credentials: User: admin Password: E4cmZ-Tj9-R6 Note: You can change your password at: https://jenkinsserver-domx011.dev.rhcloud.com/me/configure </text> <severity>info</severity> <exit-code>0</exit-code> <field>result</field> </message> </messages>