Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在 Linux 服务器上安装了 Jenkins,我正在尝试将 Jenkins 连接到 TFS 服务器。我在我的 Jenkins 上安装了 TFS 插件(4.0.0),我还在我的 Linux 服务器上安装了 tf 命令行工具(从这里)。
当我在 Jenkins 中创建新作业时,我得到了 TFS 选项来指定 URL、路径、用户名等。我还期待“TF 命令行可执行文件”选项在我的“管理 Jenkins”中指定 tf 工具的路径" 选项,但我没有看到它。关于为什么我没有看到它的任何指示?
这就回答了!
来自 Jenkins 上 TFS 的插件说明:
从 4.0.0 版开始,不再需要 TFS 命令行客户端或工具,因为与 TFS 服务器的所有交互都是使用 TFS SDK for Java 完成的。SDK 所需的本机库会自动复制到代理用户主文件夹下的子目录中。