![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
14 lines
305 B
YAML
14 lines
305 B
YAML
scm:
|
|
- git:
|
|
url: https://example.com/project.git
|
|
branches:
|
|
- master
|
|
- stable
|
|
browser: githubweb
|
|
browser-url: http://github.com/foo/example.git
|
|
timeout: 20
|
|
do-not-fetch-tags: false
|
|
changelog-against:
|
|
remote: origin
|
|
branch: master
|