Hi guys I've updated my continua ci version and it starts to thrown the follow error on my builds:
An error occurred while syncing files from the server to the agent. Details: Exception: ProcessException
Message: Running C:\Program Files\VSoft Technologies\ContinuaCI Agent\hg\hg.exe with arguments "archive -r 7877dc8cb06b5ffb509189d24653fee83bb24a58 -X "re:(?i)^(\._Continua_CI_empty_changeset_marker)$" -X "re:(?i)^(\._Continua_CI_file_hash_dictionary)$" --subrepos --config ui.archivemeta=false -R C:\HQBuild_WS\Repos\bb9f7198 C:\HQBuild_WS\Ws\30402\Source\ERx --config ui.username=Continua --noninteractive --encoding cp1252" on agent failed with return code 255 and error output: "abort: could not find web.cacerts: C:\Program Files\Mercurial\hgrc.d\cacert.pem (in subrepo Global)
"
Stack Trace: em Continua.Shared.Utils.Mercurial.Run(ProcessArguments args, String workingFolder, Func`2 checkResult, Boolean runRecoverIfRequired, Boolean allowTermination, Nullable`1 timeoutInSecs) em Continua.Shared.Utils.Mercurial.Archive(String repository, String destination, String revision, IEnumerable`1 includes, IEnumerable`1 excludes, Boolean listFiles) em Continua.Modules.Builds.Agent.FileSync.AgentRepositoryCache.<>c__DisplayClass20_0.b__0() em Continua.Shared.Utils.ReadWriteLockList`1.WithReadLock(TId id, CancellationTokenSource cancelTokenSource, Action action) em Continua.Modules.Builds.Agent.FileSync.AgentRepositoryCache.Export(String dest, String revision, String include, IEnumerable`1 excludes, Boolean listFiles) em Continua.Modules.Builds.Agent.AgentRepositoryHelper.CopySourceToWorkspace(String filePattern, IEnumerable`1 excludes, String relativeDestination, AgentWorkspaceSyncContext wsCtx, Boolean logRepoFiles, TransportContextDTO transportContext) em Continua.Modules.Builds.Agent.AgentBuildHelper.SyncSourceFromServer(IEnumerable`1 rules, AgentWorkspaceSyncContext workspaceCtx) em Continua.Modules.Builds.Agent.AgentBuildHelper.InitialiseWorkspaceOnAgent(IAgentCallbackProxy proxy, TransportContextDTO source, Guid callId)
I've tryed to create the mercurial folder buy hand and copy the hgrc.d from tortoise to it, but the error keep happening.
Any tips on how to fixe it ?
Best Regards,
Diego Garcia