Exception caught evaluating condition: [org.jenkinsci.plugins.tokenmacro.MacroEvaluationException: Undefined parameter tag in token GIT_REVISION], action = [Fail the build] Build step 'Conditional step (single)' changed build result to FAILURE Build step 'Conditional step (single)' marked build as failure
My Configuration:
Conditional Step (single) -> Boolean -> Token = ${GIT_REVISION, tag="v1.0.0"}I have checked the tag v1.0.0 does exist in the repository.
I have installed the necessary Git Parameter Plugin needed to access this Token Macro in Conditional BuildStep.
Conditional Step (single) -> Not -> Boolean -> Token = ${ENV,TAGGED}