Bug 795654 - It will output error messages after git push an application of embeded jenkins
Summary: It will output error messages after git push an application of embeded jenkins
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OKD
Classification: Red Hat
Component: Containers
Version: 2.x
Hardware: Unspecified
OS: Unspecified
high
medium
Target Milestone: ---
: ---
Assignee: Dan McPherson
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-02-21 07:42 UTC by bzhao
Modified: 2015-05-14 22:51 UTC (History)
2 users (show)

Fixed In Version: devenv_1625
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-03-02 21:56:52 UTC
Target Upstream Version:


Attachments (Terms of Use)
JenkinsLog (178.13 KB, text/x-log)
2012-02-21 08:12 UTC, bzhao
no flags Details

Description bzhao 2012-02-21 07:42:16 UTC
Description of problem:
It will output error messages "ERROR - Job not available" after git push an applications of embeded jenkins

Version-Release number of selected component (if applicable):
rhc-0.87.2-1.git.0.820c48a.el6.noarch
rhc-cartridge-jenkins-1.4-0.87.2-1.git.0.0b78655.el6.noarch
rhc-cartridge-jenkins-client-1.4-0.21.1-1.git.0.ecef713.el6.noarch

How reproducible:
Always

Steps to Reproduce:
1. Create an app of php type
# rhc-create-app -t php-5.3 -a phptest -p xx
2. Create an app of jenkins type.
# rhc-create-app -t jenkins-1.4 -a jenkins -p xx
3. Embed jenkins client to phptest.
# rhc-ctl-app -a phptest -e add-jenkins-client-1.4 -p xx
4. Observe output messages and do some change in phptest's git repo, and git push to tigger jenkins build.
  
Actual results:
It will output error messages said that "ERROR - Job not available"

Expected results:
git push successfully without any error

Notes:
All types have the same problems

Additional info:
# git add.; git commit -am test; git push
[master b947469] test
 Committer: root <root>
Your name and email address were configured automatically based
on your username and hostname. Please check that they are accurate.
You can suppress this message by setting them explicitly:

    git config --global user.name "Your Name"
    git config --global user.email you

If the identity used for this commit is wrong, you can fix it with:

    git commit --amend --author='Your Name <you>'

 1 files changed, 7 insertions(+), 0 deletions(-)
Counting objects: 5, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 258 bytes, done.
Total 3 (delta 1), reused 0 (delta 0)
remote: Executing Jenkins build.
remote: 
remote: You can track your build at http://jenkinstest-bzhao78.dev.rhcloud.com/job/phptest-build
remote: 
remote: ERROR - Job not available: http://jenkinstest-bzhao78.dev.rhcloud.com/job/phptest-build
remote: !!!!!!!!
remote: Deployment Halted!
remote: If the build failed before the deploy step, your previous
remote: build is still running.  Otherwise, your application may be
remote: partially deployed or inaccessible.
remote: Fix the build and try again.
remote: !!!!!!!!
To ssh://c4da6b10981641df8618bad60865c4b3.rhcloud.com/~/git/phptest.git/
   9e51070..b947469  master -> master

Comment 1 bzhao 2012-02-21 08:12:02 UTC
Created attachment 564601 [details]
JenkinsLog

Comment 2 Meng Bo 2012-02-22 09:40:04 UTC
verified on devenv_1628, issue has been fixed.


Note You need to log in before you can comment on or make changes to this bug.