Jenkins supports parametrized builds.
I have a deployment build that requires the tag to deploy to be specified via a parameter. (to deploy a particular tag to produ
Make the build parameterized and in the git URL box, put the name of the variable you've defined. For example: ${GIT_URL}. This should do it.
${GIT_URL}