Bug 796595

Summary: Can not show correct status of jenkins app if jenkins server is restarted after installing a plugin
Product: OKD Reporter: Xiaoli Tian <xtian>
Component: ContainersAssignee: Dan McPherson <dmcphers>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.xCC: bmeng, rmillner
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: devenv_1635 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-03-02 21:56:47 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Xiaoli Tian 2012-02-23 09:45:26 UTC
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:

Comment 1 Meng Bo 2012-02-27 06:45:34 UTC
verified on devenv_1642, issue has been fixed.