Bug 808468

Summary: Jenkins builds fail while git push an application with jenkins server
Product: OKD Reporter: bzhao
Component: ContainersAssignee: Bill DeCoste <wdecoste>
Status: CLOSED NOTABUG QA Contact: libra bugs <libra-bugs>
Severity: high Docs Contact:
Priority: high    
Version: 2.xCC: dmcphers, jialiu, rmillner
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-03-31 02:22:40 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
jenkins_log none

Description bzhao 2012-03-30 13:43:04 UTC
Description of problem:
It will output '**BUILD FAILED/CANCELLED**...' 

Version-Release number of selected component (if applicable):
rhc-0.89.10-1.el6_2.noarch
rhc-cartridge-jenkins-1.4-0.89.2-1.el6_2.noarch
rhc-broker-0.89.7-1.el6_2.noarch

How reproducible:
sometimes

Steps to Reproduce:
1.Create any type of application
# rhc-create-app -t php-5.3 -p xxx -a phptest
2.Create an jenkins application
# rhc-create-app -t jenkins-1.4 -p xxx -a jenkinstest
3.Embedded jenkins to the application
# rhc-ctl-app -p xxx -e add-jenkins-client-1.4 -a phptest
4.Git push the application
  
Actual results:
Jenkins builds fail

Expected results:
Jenkins builds successfully without any error

Additional info:

Comment 1 bzhao 2012-03-30 13:44:02 UTC
Created attachment 573984 [details]
jenkins_log

Comment 2 Dan McPherson 2012-03-30 16:47:43 UTC
At first glance it looks like a dns timeout.

Comment 3 Johnny Liu 2012-03-31 02:22:40 UTC
"Timeout" is by design. Refer to 807260 for more details.