|
||||||||
|
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-6922) PROJECT_URL variable no... [email protected] (JIRA)
- [JIRA] (JENKINS-6922) PROJECT_URL variab... [email protected] (JIRA)
- [JIRA] (JENKINS-6922) PROJECT_URL variab... [email protected] (JIRA)

The same problem occurs with the build number. This could be fixed by using PROMOTED_NUMBER and PROMOTED_SVN_REVISION env variable, from what is shown here: https://github.com/jenkinsci/promoted-builds-plugin/blob/master/src/main/java/hudson/plugins/promoted_builds/Promotion.java you can use the PROMOTED_URL for the URL part.
Beside this, it would be nice to allow to trigger a mail when a promition occurs (not sure if this is possible) so you not need to wrap the mail configuration in a a promotion directly.