Hide Forgot
Description of problem: After installing a jenkins plugin from jenkins server web page, it will restart automatically, check its status via "rhc app status --app myjenkins",it will show "Application 'myjenkins' is either stopped or inaccessible" ,but actually my jenkins server is running, I could access it and build job via git push. Version-Release number of selected component (if applicable): devenv-1632 rhc-cartridge-jenkins-client-1.4-0.21.2-1.git.0.da664ee.el6.noarch rhc-cartridge-jenkins-1.4-0.87.2-1.git.0.0b78655.el6.noarch How reproducible: Always Steps to Reproduce: 1.Create an app with jenkins client enabled via rhc app create --enable-jenkins 2.Login jenkins server, install some plugins like "Publish Over CIFS" 3.Access the jenkins server or Make some changes and git push after it's restarted successfully to make sure it's running 4.Check status of jenkins server via "rhc app status --app jenkins" Actual results: Application 'myjenkins' is either stopped or inaccessible Expected results: It should be running Additional info:
verified on devenv_1642, issue has been fixed.