Skip to content

Commit

Permalink
[JENKINS-18910] CopyProjectLink plugin: does not work with non-root url
Browse files Browse the repository at this point in the history
(http://hostname/jenkins)
  • Loading branch information
Vlatombe committed Sep 2, 2013
1 parent 1f8800e commit 031d1b0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -30,7 +30,7 @@ THE SOFTWARE.
<l:layout norefresh="true" permission="${permission}" title="${%New Job}">
<st:include page="sidepanel.jelly" />
<l:main-panel>
<j:set var="parentUrl" value="${h.getRelativeLinkTo(it.project.parent)}"/>
<j:set var="parentUrl" value="${rootURL}${h.getRelativeLinkTo(it.project.parent)}"/>
<f:form method="post" action="${parentUrl}/createItem">
<f:block>
<f:entry title="${%Job name}">
Expand Down

1 comment on commit 031d1b0

@Vlatombe
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vjuranek do you mind if I make a release with this only?

Please sign in to comment.