Number of commits to fetch. 0 indicates all history for all branches and tags
To me it doesn't seem right to check out all commits and history CI/CD pipeline, and I guess that it's set to 0 because of a misunderstanding, and that really it should be set to 1 (the default), which fetches only the last commit.
c
Chris Lee
05/02/2023, 10:08 PM
Have had to set that to zero on some projects that use git tags/branches for versioning. Not sure if that’s the case here.