java - hudson 库在哪里下载?

标签 java jenkins jenkins-plugins

我想修改一个名为 Files Found Trigger 的 jenkins 插件。但是当我从github下载源代码之后,我发现有很多行以 import hudson.XXX 开头。而且我不知道在哪里可以获得 hudson 图书馆。

我想也许我可以在 Jenkins Plugin Tutorial 找到一些信息。但教程似乎没有提到从哪里获取该库。

有人可以帮忙吗?

最佳答案

来自here (Upgrading from Hudson to Jenkins) :

Jenkins is basically a drop-in replacement to Hudson.

It's the continuation of the same code base, in same package structure. There has been no major surgery since the rename, and the rename really only affected what's shown in the UI. As such, it understands the same set of environment variables, same system properties, and the same information in the home directory. So if you rename jenkins.war as hudson.war, and simply overwrite your hudson.war, the upgrade is complete.

  • 所以我的结论是:只需将 hudson 重命名为 jenkins

关于java - hudson 库在哪里下载?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42225586/

相关文章:

java - 忽略重复触发的事件

javascript - jenkins 不接受来自 casperjs 的 xunit xml 日志

jenkins - 在 jenkins 中完全跳过执行 shell 步骤

linux - msbuild.exe 无法在 Azure 中的 Linux VM 上运行

linux - Jenkins 和 Sonar - 如何在 Linux 上使用 Sonar Runner(因为它只有一个 .bat 执行器)

java - Codename one/netbeans 下载演示不工作

Java计算错误

java - 获取 Foo.java 的一种实现

linux - 如何添加用户以供本地 Powershell 使用? ( Jenkins 和本地主机用户模拟?)

hudson - 即使在 Jenkins 上构建失败,如何运行 Sonar 分析