https://hudson.dev.java.net/issues/show_bug.cgi?id=4754 Issue #|4754
Summary|clicking help of setenv plugin causes "Not Found" erro
|r.
Component|hudson
Version|current
Platform|All
OS/Version|All
URL|
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|other
Assigned to|abayer
Reported by|sogabe
------- Additional comments from
[hidden email] Mon Nov 2 13:30:06 +0000 2009 -------
When I clicked help icon, I got "Not Found" error.
the following patch will fix this.
Index: src/main/resources/hudson/plugins/setenv/SetEnvBuildWrapper/config.jelly
===================================================================
--- src/main/resources/hudson/plugins/setenv/SetEnvBuildWrapper/config.jelly
(revision 23042)
+++ src/main/resources/hudson/plugins/setenv/SetEnvBuildWrapper/config.jelly
(working copy)
@@ -1,5 +1,5 @@
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define"
xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
- <f:entry title="${%Title}" help="$/plugin/setenv/help-projectConfig.html"
+ <f:entry title="${%Title}" help="/plugin/setenv/help-projectConfig.html"
description="${%Description}">
<f:textarea name="setenv.localVarText"
value="${instance.getLocalVarText()}"/>
</f:entry>
---------------------------------------------------------------------
To unsubscribe, e-mail:
[hidden email]
For additional commands, e-mail:
[hidden email]