diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2018-04-25 15:42:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-25 15:42:45 +0000 |
commit | 7ad76ea8d3f6840f145e8c9fa004d2be528f94b7 (patch) | |
tree | b9af91724b3203a97138ebf33dbfb38f1c83d510 /jjb/global | |
parent | 63b16b648cf32af6917d9a1ad419273430ff5db8 (diff) | |
parent | e2fac9e077c3e05a042f86b821f46986dcb5d6ba (diff) |
Merge "Set Git SCM Defaults prior to JJB 1.6.2 upgrade"
Diffstat (limited to 'jjb/global')
-rw-r--r-- | jjb/global/releng-macros.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/jjb/global/releng-macros.yml b/jjb/global/releng-macros.yml index f473d8541..b7335fafa 100644 --- a/jjb/global/releng-macros.yml +++ b/jjb/global/releng-macros.yml @@ -106,6 +106,12 @@ branches: - 'origin/$BRANCH' timeout: 15 + per-build-tag: false + shallow-clone: false + use-author: false + ignore-notify: false + wipe-workspace: true + prune: false - scm: name: git-scm-gerrit |