|
||||||||
|
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.

It works well, just one minor issue:
"There is an important restriction to this feature: for technical and functional reasons, any label containing token or macro (with the ${..} syntax) is ignored."
Is it possible to ignore tokens or macros using the $SOME_VARIABLE syntax as well?
I found a few jobs like that, I'll fix them by using the ${SOME_VARIABLE} syntax instead,
but it will not be obvious to other users how to solve it.