Is it possible to enable the shallow clone option for GIT in Cloudbees Jenkins? I am using Cloudbees Jenkins for my project. The client needs the shallow Clone option to be enabled. I couldn't find any option to do it.
Asked
Active
Viewed 1,093 times
1 Answers
1
Yup. It's possible.
(Ever since v2.4.3)
More info on that here:
https://issues.jenkins-ci.org/browse/JENKINS-24728
and

tehp
- 5,018
- 1
- 24
- 31
-
1The "Advanced Clone behaviours" are present in "Advanced Options" Tab. – Alla Sasikanth Dec 02 '16 at 10:02
-
@tehp, is it possible to do a Shallow fetch on top of the shallow clone? – Jason Jan 14 '17 at 01:42
-
I'm not sure @Jason, I have never tried that. If you try to find a way, you should post here for future viewers. – tehp Jan 14 '17 at 01:45