RE: BuildNameSetter plugin - Unrecognized macro

2013-06-21 Thread Bob Bick
t could be accomplished? Kind Regards, Bob From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Eric Pyle Sent: Thursday, June 20, 2013 3:45 PM To: jenkinsci-users@googlegroups.com Subject: Re: BuildNameSetter plugin - Unrecognized macro Hi Bob, I was

Re: BuildNameSetter plugin - Unrecognized macro

2013-06-20 Thread Eric Pyle
Hi Bob, I was just encountering this problem today. Try specifying the build name as #${ENV,var="BUILD_NUMBER"} ${ENV,var="GIT_BRANCH_OR_TAG"} I found this suggestion in a Jenkins bug reportJENKINS-13347 . Eric On 6/20/2013 1:54 PM, Bo

BuildNameSetter plugin - Unrecognized macro

2013-06-20 Thread Bob Bick
Hi, Newbie question here... I am attempting to use the BuildNameSetter plugin to set the Jenkins build name to an input parameter. Specifically, my job has a parameter named "GIT_BRANCH_OR_TAG". I set the Build Name to: #${BUILD_NUMBER} ${GIT_BRANCH_OR_TAG} Which results in: Unrecognized m