[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:
committed by
Aleksandr Vodyanov
parent
8ed3fb86c5
commit
e1c0bd293f
@@ -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
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user