You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins User Mailing List
I have been working on updating the token-macro plugin to support some additional features. To do this, I switched from using regular expressions to match tokens to a simple PEG parser based on parboiled. All of the unit tests are passing within the plugin, but I didn't want to just do a normal release. I released an alpha version 1.13 today and would like any feedback on whether is breaks anyone completely or not.