Issue Type: Bug Bug
Assignee: Unassigned
Components: jenkins-multijob-plugin
Created: 15/Sep/14 8:42 PM
Description:

Project Foo_Build has all the jobs living in a folder, except the job that triggers it all lives in the main jenkins/jobs folder.

When I look at the table at the bottom of the build page for a specific build which lists the build steps that ran, broken up by phase, the links in the second column are broken. Those should be links to the project page for that step, but they are all missing the folder name. So instead of 'http://server/job/Foo_Build/job/Setup', we get 'http://server/job/Setup'. The next column, which goes to the actual results page for a build, works fine.

The issue seems to be in MultiJobBuild/main.jelly. The broken column is:

<a href="">${builder.jobName}</a>

Where the working column is:

<a href="">

So it seems what we need to fix this is something like ${builder.url}, but without the build number attached?

Environment: Jenkins 1.579
Multijob 1.13
Project: Jenkins
Priority: Minor Minor
Reporter: Jeff Stampes
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to