--shallow-since="1 month ago" działa tak samo jak

--shallow-since="2025-01-27" — Git samrect
This commit is contained in:
Artur Kuś 2025-11-27 20:12:37 +01:00
parent fd53c0991d
commit a7076407bb
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ pipeline {
}
} else {
sh """
git clone --shallow-since="1 year ago" https://${GIT_USER}:${GIT_PASS}@git.arti24.eu/arti24/${project}.git ${project}
git clone --shallow-since="1 month ago" https://${GIT_USER}:${GIT_PASS}@git.arti24.eu/arti24/${project}.git ${project}
"""
}
}