我在Windows上使用Jenkins和Bitbucket以及Mercurial插件。每次运行构建时,它都会使用以下消息再次克隆我的应用程序。
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
有谁知道如何防止这种情况?
由于
答案 0 :(得分:2)
在Jekins配置中关闭Mercurial Debug选项。