I have two jobs which are pipeline, I want to send the Parameter (Branch name) info of upstream job to downstream.
The main point is we shouldn't build upstream project before passing parameter to Downstream job.
Whenever I trigger the downstream job it need to get the Branch name parameter from the upstream job
How can I do this?