well i need to execute a batch file in my Hudson Job, I have a parameter(Jenkis parameter) and i need to pass this value like param to batch file, i tried this:
Use %DEPLOYCONFIGURATION% instead of ${DEPLOYCONFIGURATION} in windows batch command
%DEPLOYCONFIGURATION%
${DEPLOYCONFIGURATION}