--shallow-since="1 month ago" działa tak samo jak
--shallow-since="2025-01-27" — Git samrect
This commit is contained in:
parent
fd53c0991d
commit
a7076407bb
|
|
@ -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}
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue