From e1c0bd293f4dbfd21e72d262c9637036e040bec5 Mon Sep 17 00:00:00 2001 From: "aleksandr.vodyanov" Date: Tue, 8 Oct 2024 17:55:29 +0300 Subject: [PATCH] [DO-1175] shallow false (#38) Reviewed-on: https://git.avroid.tech/DevOps/jenkins-shared-lib/pulls/38 Co-authored-by: aleksandr.vodyanov Co-committed-by: aleksandr.vodyanov --- src/tech/avroid/scm/Git.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tech/avroid/scm/Git.groovy b/src/tech/avroid/scm/Git.groovy index 1fbe9e3..6c89a09 100644 --- a/src/tech/avroid/scm/Git.groovy +++ b/src/tech/avroid/scm/Git.groovy @@ -51,7 +51,7 @@ class Git implements Serializable { recursiveSubmodules: true, parentCredentials: true, trackingSubmodules: false, - shallow: true, + shallow: false, path: './', listFiles: false ]