diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-04-18 14:54:57 -0700 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-04-24 10:51:30 -0700 |
commit | e2fac9e077c3e05a042f86b821f46986dcb5d6ba (patch) | |
tree | c6e0a6219dcba1d147ea0af6de1369c9a1a5b22d /jjb/global | |
parent | 7c0d98f1f5811ac15cdc043621530fa89f297615 (diff) |
Set Git SCM Defaults prior to JJB 1.6.2 upgrade
Though these defaults match what Jenkins defaults to, we don't want to
get any surprises.
Change-Id: Ia1f49a30f8f14992c548d2cf71c64a9c7a2c91dd
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
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 d70e7e0a5..93ade90c9 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 |