how do I make the build tag use my own custom version for every job instead
of the Jenkins built in
BUILD_TAG = String of jenkins-${JOBNAME}-${BUILD_NUMBER}.
I do not want the prefix of jenkins in my BUILD TAG. Plus when I type git
I would like to customize every build to be
${APP}-${RELEASE-TAG}-${BUILD_NUMBER} is that possible and how and where in
jenkins config can I do it?
