|
||||||||
|
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 |
||||||||
- [JIRA] (JENKINS-16225) JENKINS_URL, JOB_URL, B... [email protected] (JIRA)
- [JIRA] (JENKINS-16225) JENKINS_URL, JOB_U... [email protected] (JIRA)
- [JIRA] (JENKINS-16225) JENKINS_URL, JOB_U... [email protected] (JIRA)
- [JIRA] (JENKINS-16225) JENKINS_URL, JOB_U... [email protected] (JIRA)
- [JIRA] (JENKINS-16225) JENKINS_URL, JOB_U... [email protected] (JIRA)
- [JIRA] (JENKINS-16225) Add note to env-va... [email protected] (JIRA)
- [JIRA] (JENKINS-16225) Add note to env-va... [email protected] (JIRA)

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>