1
我在窗戶上使用Jenkins和Bitbucket的Mercurial插件。每次運行構建時,都會使用以下消息再次克隆我的應用程序。詹金斯mercurial克隆每個構建的Bitbucket存儲庫
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:[email protected]/user/app
which looks different than https://user:[email protected]/user/app
so falling back to fresh clone rather than incremental update
有沒有人知道如何防止這種情況?
謝謝
您可以修改Jenkins任務以使用現有克隆,並且在構建之後不要將其刪除嗎?我對詹金斯一無所知 – 2012-03-14 20:18:55
@LazyBadger - 我也不知道!我昨天安裝了它。仍在努力解決它。 – 2012-03-15 10:32:24