Set Git SCM Defaults prior to JJB 1.6.2 upgrade 17/56417/1
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Wed, 18 Apr 2018 21:54:57 +0000 (14:54 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Tue, 24 Apr 2018 17:51:30 +0000 (10:51 -0700)
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>
jjb/global/releng-macros.yml

index d70e7e0..93ade90 100644 (file)
           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