|
||||||||
|
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-16406) Environment vari... [email protected] (JIRA)
- [JIRA] (JENKINS-16406) Environment... [email protected] (JIRA)
- [JIRA] (JENKINS-16406) Environment... [email protected] (JIRA)
- [JIRA] (JENKINS-16406) Environment... [email protected] (JIRA)
- [JIRA] (JENKINS-16406) Environment... [email protected] (JIRA)
- [JIRA] (JENKINS-16406) Environment... [email protected] (JIRA)
- [JIRA] (JENKINS-16406) Environment... [email protected] (JIRA)

Environment variables with '.' are not allowed. If you put a shell script and try to display ${version.rootpath}, you'll get an error.
Therefore, Jenkins enables you to define this kind of variables and can't exploit them in your builds.
Replace the '.' by '_' ad it should work.