jenkins-job-builder/tests/scm/fixtures/git-cloneoptions01.yaml
Ladislav Thon a2ad875fd7 add the "honorRefspec" option to the Git SCM
Taken from github pull request
https://github.com/openstack-infra/jenkins-job-builder/pull/64/files

Change-Id: Ib051a46daa4a3e2d6add74cc9c1c3c1eb766672a
2019-01-31 17:08:34 +00:00

8 lines
173 B
YAML

scm:
- git:
url: https://github.com/openstack-infra/jenkins-job-builder.git
branches:
- master
do-not-fetch-tags: true
honor-refspec: true