Issue Type: Bug Bug
Assignee: Unassigned
Components: cmakebuilder-plugin
Created: 02/Mar/15 5:16 PM
Description:

If I use environment variables in "Other CMake Arguments" it will replace the variables in an incorrect order. It needs to replace long names before short names.

Example:
The following variables exists:
MERCURIAL_REVISION = 0c775e18b569d4c5b505bd5fb73b854d700247d8
MERCURIAL_REVISION_BRANCH = default
MERCURIAL_REVISION_NUMBER = 5543
MERCURIAL_REVISION_SHORT = 0c775e18

If I use _BRANCH, _NUMBER or _SHORT it will replace half of the variable with the content of MERCURIAL_REVISION:

"0c775e18b569d4c5b505bd5fb73b854d700247d8_NUMBER" instead of "5543"

Project: Jenkins
Priority: Major Major
Reporter: A. Klitzing
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

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to