![Bao Nguyen](/assets/img/avatar_default.png)
In one of the recent change to Git plugin behavior[1], tags are
also search as part of branches.
This cause projects that build on all branches to also build on all
tags.
This change allowing for tags to be ignored.
Default this option is false and missing from XML output.
[1] https://github.com/jenkinsci/git-plugin/pull/340
[2] bfeda3e661
Change-Id: I2ed2290f9ef8ecd0d9e96aad1d7cbce2964bf2da
7 lines
147 B
YAML
7 lines
147 B
YAML
scm:
|
|
- git:
|
|
url: https://github.com/openstack-infra/jenkins-job-builder.git
|
|
branches:
|
|
- master
|
|
do-not-fetch-tags: true
|