Community
Participate
Working Groups
using version 0.7.0.I20110305-0336 with mylyn version 3.5.0.I20110305-0336 It detects my jenkins server (1.3999) fine but refreshing the build status or trying to look at a build gives me the following error. Refresh of server 'homeserver' failed Unexpected error: Element type "origin" must be followed by either attribute specifications, ">" or "/>". Element type "origin" must be followed by either attribute specifications, ">" or "/>". Running a build works, it gives me the same error but actually does run the build The history view works at displaying all the builds but doesn't let you see the details.
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 .