简体   繁体   English

詹金斯上没有显示TF命令行可执行文件

[英]TF Command Line Executable not showing up on Jenkins

I have installed Jenkins on a Linux Server and I am trying to connect Jenkins to a TFS server. 我已经在Linux服务器上安装了Jenkins,并且尝试将Jenkins连接到TFS服务器。 I have the TFS plug-in (4.0.0) installed on my Jenkins and I have also installed the tf command line tool (from here ) on my Linux server. 我在Jenkins上安装了TFS插件(4.0.0),并且还在Linux服务器上安装了tf命令行工具(从此处开始 )。

在此处输入图片说明

在此处输入图片说明

When I create a new job in Jenkins, I get the TFS options to specify the URL, path, user name etc. I was also expecting the "TF command line executable" option to specify the path of the tf tool in my "Manage Jenkins" options but I am not seeing it. 当我在Jenkins中创建新作业时,我会获得TFS选项来指定URL,路径,用户名等。我还期望“ TF命令行可执行文件”选项在我的“管理Jenkins”中指定tf工具的路径。 ”选项,但我看不到。 Any pointers on why I am not seeing it? 关于为什么我看不到的任何指示?

在此处输入图片说明

This answers it! 这回答了!

From the plugin notes for TFS on Jenkins: 从Jenkins上TFS的插件说明中:

Ever since release 4.0.0, a TFS command-line client or tool is no longer necessary as all the interaction with the TFS server is done using the TFS SDK for Java. 从4.0.0版开始,不再需要TFS命令行客户端或工具,因为与TFS服务器的所有交互都是使用TFS SDK for Java完成的。 The native libraries needed by the SDK are automatically copied to a sub-directory under the agent user's home folder. SDK所需的本机库会自动复制到代理用户主目录下的子目录中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM