| Summary: | [upstream][jenkins][hudson] Unexpected error: Element type "origin" | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Brendon <brendon2020> |
| Component: | Mylyn | Assignee: | Mylyn Inbox <mylyn-inbox> |
| Status: | RESOLVED NOT_ECLIPSE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | steffen.pingel |
| Version: | 0.7 | ||
| Target Milestone: | --- | ||
| Hardware: | Macintosh | ||
| OS: | Mac OS X | ||
| URL: | http://issues.jenkins-ci.org/browse/JENKINS-8855 | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 357679 | ||
|
Description
Brendon
Thanks for the report. I am able to reproduce this with ci.jenkinks-ci.org. I'll look into it. Looks like Jenkins produces invalid XML when you open http://ci.jenkins-ci.org/job/gerrit_master/lastBuild/api/xml for instance: XML Parsing Error: not well-formed Location: http://ci.jenkins-ci.org/job/gerrit_master/lastBuild/api/xml Line Number 1, Column 168: ... <buildsByBranchName><origin/master><buildNumber> The / is not valid in the element name. This needs to be fixed on the server side. Can you report this problem to the Jenkins project directly? looks like it has been reported http://issues.jenkins-ci.org/browse/JENKINS-8855 should i close this issue? Thanks for the link. I'll mark this bug as resolved. Hopefully it will be fixed in Jenkins soon. Unfortunately Hudson now has this problem: http://issues.hudson-ci.org/browse/HUDSON-8838 . |