I have now managed to recreate your problem, and it was the pattern that was the problem.
Unfortunately it is just possible to see the error in the Jenkins log file:

WARNING: Error creating version
org.jenkinsci.plugins.tokenmacro.MacroEvaluationException: Unrecognized macro 'SVN_REVISION' in '1.6.0+${BUILD_NUMBER}.${SVN_REVISION}'
	at org.jenkinsci.plugins.tokenmacro.TokenMacro.expand(TokenMacro.java:198)

If you change the pattern to:

1.6.0+${BUILD_NUMBER}.${ENV,var="SVN_REVISION"} 

it works.

I will add a error message the the console output of the build to it will be easier to see these types of errors.

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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to