I have a repository in github and two jobs in jenkins: one is triggered by a webhook and thus launches the second one, where the backend is built and delivered. I need to pass the GIT_BRANCH variable from the first job to the second one. How can I do this?