问题描述
Jenkins(Hudson)具有 StarTeam插件.如何正确配置它?
Jenkins (Hudson) has StarTeam plugin. How to configure it properly?
我已经安装了此插件,但是在构建项目时出现此错误:
I have installed this plugin but when I build the project I get this error:
计算机是Windows Server 2008.我在C:\Program Files (x86)\Borland\StarTeam SDK 10.4
文件夹中安装了StarTeam SDK.
Machine is Windows Server 2008.I have StarTeam SDK installed in C:\Program Files (x86)\Borland\StarTeam SDK 10.4
folder.
推荐答案
插件文档页面上有提示:
There is a hint on plugin documentation page:
将文件夹"C:\ Program Files(x86)\ Borland \ StarTeam SDK 10.4 \ Lib"复制到"C:\ Jenkins \ plugins \ starteam \ WEB-INF"(因此会有一个 Lib WEB-INF 下的/em>文件夹,然后重新启动Jenkins.
Copy the folder "C:\Program Files (x86)\Borland\StarTeam SDK 10.4\Lib" to "C:\Jenkins\plugins\starteam\WEB-INF" (so there would be a Lib folder under WEB-INF), and restart Jenkins.
如果出现"无法在AMD 64位平台上加载IA 32位.dll "错误:
卸载适用于Windows x64的JRE(Java运行时环境),安装32位版本的JRE.
Uninstall JRE (Java Runtime Environment) for Windows x64, install 32-bit version of JRE.
这篇关于如何配置Jenkins StarTeam插件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!