Tfs 2015 代理构建在光盘上获取的源不足 space
Tfs 2015 agent build getting sources not enough space on disc
当 运行 在某些存储库上进行新构建时,构建在 "getting sources" 时在我的构建定义的第一步之前终止。返回的错误是 is not enough space on disk。
我试图添加一个清理或删除步骤,但除非获取源成功,否则它们不会执行。我还试图清除一个没有任何运气的定义的回购协议。
我可以从 TFS 网页上做些什么来解决这个问题吗?
If you are getting "not enough space in disk error" it might mean that
the amount of disk space used by your source code (files, repos, branches, etc), together with the amount of disk space taken by your
build output (files generated as a result of the build process) is
crossing the space provided by your system which your agent located.
出现此错误时,您应该远程连接到装有构建代理的机器。找到系统盘,清除不需要的文件,释放space.
可能是构建或源代码生成的文件太多或太大。也就是说,你只需要找出这两个中的哪一个是你缺少磁盘的原因space,然后努力释放它。
如果您不知道可以删除哪种文件夹。你可以看看 Jason Williams 对这个问题的回答:TFS Build Server Disk Space Issue, is it ok to delete folder under Build Directory
当 运行 在某些存储库上进行新构建时,构建在 "getting sources" 时在我的构建定义的第一步之前终止。返回的错误是 is not enough space on disk。 我试图添加一个清理或删除步骤,但除非获取源成功,否则它们不会执行。我还试图清除一个没有任何运气的定义的回购协议。 我可以从 TFS 网页上做些什么来解决这个问题吗?
If you are getting "not enough space in disk error" it might mean that the amount of disk space used by your source code (files, repos, branches, etc), together with the amount of disk space taken by your build output (files generated as a result of the build process) is crossing the space provided by your system which your agent located.
出现此错误时,您应该远程连接到装有构建代理的机器。找到系统盘,清除不需要的文件,释放space.
可能是构建或源代码生成的文件太多或太大。也就是说,你只需要找出这两个中的哪一个是你缺少磁盘的原因space,然后努力释放它。
如果您不知道可以删除哪种文件夹。你可以看看 Jason Williams 对这个问题的回答:TFS Build Server Disk Space Issue, is it ok to delete folder under Build Directory