Linux and Apple Build Agents only fetch folders and not files from Azure DevOps VCS Root
We just moved our source control from on-site DevOps/TFS server to online Azure DevOps Services.
After updating the VCS root settings, the Windows based build agents are working fine.
But my Linux and Apple build agents fail to pull any files. The folder structures are all created empty.
I need help ASAP.
TeamCity version: 2022.04.7 (build 109063)
In addition, the Apple builds (which must be set to checkout on server) fail with this error:
Patch is broken, can be found in file: /Users/svc_teamcitybuild/TC/A1/temp/buildTmp/temp6604795495323235650patch_538663
jetbrains.buildServer.agent.impl.patch.PatchDownloaderImpl$1: Server was not able to build correct patch, most likely due to VCS errors at jetbrains.buildServer.agent.impl.patch.PatchDownloaderImpl.throwError(PatchDownloaderImpl.java:156) at jetbrains.buildServer.agent.impl.patch.PatchDownloaderImpl.checkPatch(PatchDownloaderImpl.java:146) at jetbrains.buildServer.agent.impl.patch.PatchDownloaderImpl.copyPatchAndCheckFile(PatchDownloaderImpl.java:78)
Please sign in to leave a comment.
We worked around this by created Personal Access Token (PAT) for the service account that had FULL ACCESS scope.