Hope someone can help - I have the following plugin installed in my Jenkins instance - but I don\'t seem to be able to get hold of the Git variables below. I need these to c
Ok I cracked this one myself.
To see all environment variables available add to the Execute shell field:
printenv
Console output will then show all the available vars.