I have a Jenkins build job with
Source Code Management > GIT > Repository URL: https://GitHub_repo_url/branch_name
this will pull the the HEAD revision out of the branch.
How can I pull code of specified revision?
I have a Jenkins build job with
Source Code Management > GIT > Repository URL: https://GitHub_repo_url/branch_name
this will pull the the HEAD revision out of the branch.
How can I pull code of specified revision?