So I found the header text in core/src/main/resources/hudson/model/EnvironmentContributor/EnvVarsHtml/index.groovy. Do you know how I can programmatically include a link to "/configure/section1" in this index?

I was planning to change it to be something like this:

    body {
        p "The following variables are available to shell scripts"

        p "NOTE: These variables will only be available if the node is configured to export environment variables.  See " + <#TODO function to insert link to "/configure/section1" here>
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

Reply via email to