How to download one specific gerrit change set in jenkins git plugin? How to download one specific gerrit change set in jenkins git plugin? jenkins jenkins

How to download one specific gerrit change set in jenkins git plugin?


Set "Branch" to FETCH_HEAD and the specified refspec will be checked out.

FETCH_HEAD is a temporary ref pointing to the latest fetched refspec, eg. branch, commit. See this question for more information: What does FETCH_HEAD in Git mean?.