如何配置 Jenkins StarTeam 插件?

发布于 2024-11-08 08:02:23 字数 386 浏览 0 评论 0原文

Jenkins (Hudson) 有 StarTeam 插件。如何正确配置呢?

我已经安装了这个插件,但是当我构建项目时,我收到此错误:

java.lang.NoClassDefFoundError:com/starbase/starteam/Folder

计算机是 Windows Server 2008。 我已将 StarTeam SDK 安装在 C:\Program Files (x86)\Borland\StarTeam SDK 10.4 文件夹中。

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:

java.lang.NoClassDefFoundError: com/starbase/starteam/Folder

Machine is Windows Server 2008.
I have StarTeam SDK installed in C:\Program Files (x86)\Borland\StarTeam SDK 10.4 folder.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

强辩 2024-11-15 08:02:23

插件文档页面有提示:

该插件需要 Hudson 类路径中的 StarTeam SDK、StarTeam 扩展和 jsafe 库。这些文件包含在 Borland (Micro Focus) 可免费下载的 StarTeam SDK 包中,并且可以通过将它们拖放到 Hudson 的 WEB-INF/lib 目录中来安装。

将文件夹“C:\Program Files (x86)\Borland\StarTeam SDK 10.4\Lib”复制到“C:\Jenkins\plugins\starteam\WEB-INF”(这样就会有一个Lib WEB-INF 下的文件夹),然后重新启动 Jenkins。


如果出现“无法在 AMD 64 位平台上加载 IA 32 位 .dll”错误:

卸载适用于 Windows x64 的 JRE(Java 运行时环境),然后安装 32 位版本的 JRE。

There is a hint on plugin documentation page:

The plugin requires the StarTeam SDK, StarTeam extensions and jsafe libraries in Hudson's classpath. These files are included in the freely downloadable StarTeam SDK package from Borland (Micro Focus) , and may be installed by e.g. dropping them in Hudson's WEB-INF/lib directory.

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.


If you get "Can't load IA 32-bit .dll on a AMD 64-bit platform" error:

Uninstall JRE (Java Runtime Environment) for Windows x64, install 32-bit version of JRE.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文