summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2018-05-15 20:18:00 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-05-15 20:18:00 +0000
commitbffc84719fb9846add3794e33f3e375b0f3c664b (patch)
tree0ea651a65714db4cf1dbd0b1b0e2e3d5d9459e69 /jjb
parentf0774918777561fd00c996438436c2ef7f4d67ff (diff)
parent8f16101ad17e3117fa7c37e27d2291008f3f5ea2 (diff)
Merge "Disable git tagging during Jenkins git clone"
Diffstat (limited to 'jjb')
-rw-r--r--jjb/global/releng-macros.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/global/releng-macros.yml b/jjb/global/releng-macros.yml
index b7335fafa..5b403ab2c 100644
--- a/jjb/global/releng-macros.yml
+++ b/jjb/global/releng-macros.yml
@@ -107,6 +107,7 @@
- 'origin/$BRANCH'
timeout: 15
per-build-tag: false
+ skip-tag: true
shallow-clone: false
use-author: false
ignore-notify: false
@@ -129,6 +130,7 @@
refspec: ''
branches:
- 'refs/heads/{branch}'
+ per-build-tag: false
skip-tag: true
wipe-workspace: true
submodule:
@@ -139,6 +141,8 @@
name: git-scm-openstack
scm:
- git: &git-scm-openstack-defaults
+ per-build-tag: false
+ skip-tag: true
url: '$GIT_BASE'
branches:
- 'origin/$BRANCH'