[Issue 4754] New - clicking help of setenv plugin causes "Not Found" error.

2 messages Options
Embed this post
Permalink
sogabe

[Issue 4754] New - clicking help of setenv plugin causes "Not Found" error.

Reply Threaded More More options
Print post
Permalink
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]

scm_issue_link

[Issue 4754] clicking help of setenv plugin causes "Not Found" error.

Reply Threaded More More options
Print post
Permalink
https://hudson.dev.java.net/issues/show_bug.cgi?id=4754



User scm_issue_link changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from [hidden email] Sun Nov  8 06:16:21 +0000 2009 -------
Code changed in hudson
User: : mindless
Path:
 trunk/hudson/plugins/setenv/src/main/resources/hudson/plugins/setenv/SetEnvBuildWrapper/config.jelly
http://fisheye4.cenqua.com/changelog/hudson/?cs=23566
Log:
[FIXED HUDSON-4754] fix help link


---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]