fedora-ci / jenkins-pipeline-library

Jenkins Pipeline Library for Fedora CI
MIT License
5 stars 5 forks source link

[repoHasTests] Add option to fetch also merge requests #67

Closed msrb closed 2 years ago

msrb commented 2 years ago

If we clone target git repository, we won't see merge request branches by default. This new option tells git to fetch those extra branches as well.

Note this will likely only work with GitLab. But that is what we need right now.

Signed-off-by: Michal Srb michal@redhat.com

msrb commented 2 years ago

jkaluza gave +1 in gchat :)