Jenkins v2.19
Git Plugin v2.5.3
Under Branches to Build I am specifying 2 branches:
*/develop
and
*/master
This results in a HEAD detached at {git commit hash}
. I have different actions in my gradle build scripts that use the current git branch as a trigger to take different actions.
How can I make this checkout develop to develop and master to master rather than a detached HEAD?