Прошу подсказки в двух вопросах:
1) Часто ли ваши пайплайны падают с ошибкой, при загрузке кода пайплайна из github и способы борьбы:
Receiving objects: 89% (28575/32089), 474.94 MiB | 515.00 KiB/s
error: index-pack died of signal 15
fatal: index-pack failed
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(
CliGitAPIImpl.java:2450)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(
CliGitAPIImpl.java:2051)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(
CliGitAPIImpl.java:84)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(
CliGitAPIImpl.java:573)
at hudson.plugins.git.GitSCM.fetchFrom(
GitSCM.java:913)
... 11 more
2)
Поделитесь своими мыслями о разумном макс. размере репозитория, при котором целесообразно мигрировать в новый репозиторий с чистым финальным кодом (без всей истории .git), чтобы уменьшить вероятность ошибок с github.