[DO-1175] shallow false (#38)

Reviewed-on: https://git.avroid.tech/DevOps/jenkins-shared-lib/pulls/38
Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech>
Co-committed-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech>
This commit is contained in:
aleksandr.vodyanov
2024-10-08 17:55:29 +03:00
committed by Aleksandr Vodyanov
parent 8ed3fb86c5
commit e1c0bd293f

View File

@@ -51,7 +51,7 @@ class Git implements Serializable {
recursiveSubmodules: true, recursiveSubmodules: true,
parentCredentials: true, parentCredentials: true,
trackingSubmodules: false, trackingSubmodules: false,
shallow: true, shallow: false,
path: './', path: './',
listFiles: false listFiles: false
] ]