Jenkins Mercurial клонирует репозиторий Bitbucket с каждой сборкой - PullRequest
1 голос
/ 14 марта 2012

Я использую Jenkins и Bitbucket с плагином Mercurial для Windows.Каждый раз, когда я запускаю сборку, она снова клонирует мое приложение со следующим сообщением.

ERROR: Workspace reports paths.default as
read config from: C:\Program Files\TortoiseHg\hgrc.d\Mercurial.rc
read config from: C:\Program Files\TortoiseHg\hgrc.d\MergePatterns.rc
read config from: C:\Program Files\TortoiseHg\hgrc.d\MergeTools.rc
read config from: C:\Program Files\TortoiseHg\hgrc.d\Paths.rc
read config from: C:\Windows\system32\config\systemprofile\mercurial.ini
read config from: C:\Windows\system32\config\systemprofile\.hgrc
read config from: C:\Windows\system32\config\systemprofile\mercurial.ini
read config from: C:\Windows\system32\config\systemprofile\.hgrc
none: https://user:password@bitbucket.org/user/app
which looks different than  https://user:password@bitbucket.org/user/app
so falling back to fresh clone rather than incremental update

Кто-нибудь знает, как это предотвратить?

Спасибо

1 Ответ

2 голосов
/ 03 апреля 2012

В конфигурации Jekins отключите опцию Mercurial Debug.

https://issues.jenkins -ci.org / просмотр / JENKINS-13329

...