[ https://issues.jenkins-ci.org/browse/JENKINS-12685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=159111#comment-159111 ]
SCM/JIRA link daemon commented on JENKINS-12685: ------------------------------------------------ Code changed in jenkins User: Alex Earl Path: src/main/java/org/jenkinsci/plugins/tokenmacro/Tokenizer.java src/test/java/org/jenkinsci/plugins/tokenmacro/TokenMacroTest.java http://jenkins-ci.org/commit/token-macro-plugin/7f437947b485d56895cff3a6e48450d6192e26bb Log: Fix JENKINS-12685 Added ability to escape a $ so it won't be treated as a token. > There is no way to escape a $ so that it can be used without an exception > ------------------------------------------------------------------------- > > Key: JENKINS-12685 > URL: https://issues.jenkins-ci.org/browse/JENKINS-12685 > Project: Jenkins > Issue Type: Bug > Components: token-macro > Affects Versions: current > Environment: Token Macro 1.5 > Reporter: Slide-O-Mix > Assignee: Kohsuke Kawaguchi > Priority: Minor > > With the token macro plugin, if I have something like the following "$4000" > in my text, there is an exception for unknown macro thrown. There should be a > way to escape the $ so that you can actually use a $ in the text of something > that is going to be replaced. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira