从地址栏构建时,是否可以在 Hudson 中的评论触发上设置一个值?

发布于 2024-10-12 08:01:19 字数 224 浏览 0 评论 0原文

我们将使用 curl 和构建 url 从 powershell 触发 hudson 构建: http://hudson:port/job/build?parameters...

现在我想知道如果我们可以以某种方式传递一个参数,该参数将添加到由我们的脚本启动的构建的“触发”描述中?

We're going to trigger hudson builds from powershell using curl and the build url:
http://hudson:port/job/build?parameters...

now I'm wondering if we can somehow pass a parameter that will add to the "triggered by" description for the builds started by our scripts?

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

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

发布评论

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

评论(1

败给现实 2024-10-19 08:01:19

我不知道如何在构建摘要页面上编辑“触发者”信息,而无需编写自己的 Hudson 插件。但是,我喜欢使用 Groovy 后期构建插件。在您的情况下,您可以在启动 Hudson 作业时使用curl 传递额外的参数字符串。然后,您可以让 Groovy Postbuild 插件读取该参数并在作业的构建摘要页面上创建一个新的图标 + 文本字符串。该信息可能是您想要的自定义“触发”描述。

I don't know how to edit the "triggered by" info on the build summary page without writing your own Hudson plugin. However, I like to add my own sections and badges to the build summary page with the Groovy Postbuild Plugin. In your case, you could use curl to pass an extra parameter string when starting your Hudson job. Then, you could have the Groovy Postbuild Plugin read that parameter and create a new icon + text string on your job's build summary page. That info could be the custom "triggered by" description that you'd like.

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