Bug 863941
| Summary: | Jenkins build hang there with an authorized error after git push | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OKD | Reporter: | Gaoyun Pei <gpei> | ||||
| Component: | Containers | Assignee: | Dan Mace <dmace> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 2.x | CC: | dmace, jizhao, xtian | ||||
| Target Milestone: | --- | Keywords: | TestBlocker | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | devenv_2313+ | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-11-06 18:48:56 UTC | Type: | Bug | ||||
| 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
Gaoyun Pei
2012-10-08 07:02:52 UTC
Created attachment 623331 [details]
Jenkins log
Jenkins server log is attached
The jenkins-cloud-plugin needs needs re-built against openshift-java-client 2.0.1, and a new version of jenkins-plugin-openshift deployed. The problem is that the user-auth string used to authenticate with the broker has changed from openshift-java-client 2.0.0 => 2.0.1. I've already got a new jenkins-plugin-openshift built and ready to go: we're just waiting for it to be tagged and propagated through to the AMI builds. As soon as it trickles in, the issue should be resolved. Fixed in devenv_2313+ Verify this bug on devenv_2317. Version/Release: server: devenv_2317 client: rhc-0.99.5 Steps to verify: 1.Create a ruby-1.9 and a jenkins-1.4 app 2.Embed jenkins-client-1.4 to the ruby-1.9 app 3.Do some changes to the ruby app git repo and do git push to trigger jenkins build. Actual results: [pei@localhost app1]$ git push Counting objects: 3, done. Delta compression using up to 8 threads. Compressing objects: 100% (2/2), done. Writing objects: 100% (2/2), 239 bytes, done. Total 2 (delta 1), reused 0 (delta 0) remote: restart_on_add=false remote: Executing Jenkins build. remote: remote: You can track your build at https://app2-1010.dev.rhcloud.com/job/app1-build remote: remote: Waiting for build to schedule........................................Done remote: Waiting for job to complete.................................Done remote: SUCCESS remote: New build has been deployed. To ssh://05572de49cd04cdf9d0976efc29dddea.rhcloud.com/~/git/app1.git/ f9a1071..fed8cb7 master -> master The build job url https://app2-1010.dev.rhcloud.com/job/app1-build is available. |