I use "free style project" to get build of my project. I select "This project is parameterized" and define "choice parameter". Project choice parameter
Then i define build step which has string match condition with ${Project}
build parameter.
Build gives error with following console output:
Run condition [Strings match] enabling prebuild for step [BuilderChain] Exception caught evaluating condition: [org.jenkinsci.plugins.tokenmacro.MacroEvaluationException: Unrecognized macro 'Project' in '${Project}'], action = [Fail]
How can i use build parameter with logical build conditons.