如果只有第一个作业从 SVN 刷新源,如何在作业之间传递提交者?

发布于 2024-12-23 11:49:38 字数 195 浏览 4 评论 0原文

有一项工作可以从 SVN 刷新源并构建这些源。
构建后,此作业向提交者发送有关构建的通知。
然后此作业使用“触发其他项目上的参数化构建”插件触发第二个作业。
第二份工作没有从 SVN 刷新任何内容。它只是使用第一个作业编译的类来运行一些工具。
如果第二项工作失败,我需要向提交者发送通知。
是否可以将提交者从第一项工作转移到第二项工作?

There is one job which refreshes sources from SVN and builds these sources.
After build this job sends notification about build to committers.
Then this job triggers second job using "Trigger parameterized build on other projects" plugin.
Second job did not refresh from SVN anything. It just run some tools using classes compiled by the first job.
I need to send notification to the committers if second job will be failed.
Is it possible to pass committers from the first job to the second?

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

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

发布评论

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

评论(1

一片旧的回忆 2024-12-30 11:49:38

我使用 Blame Upstream Committers 插件。目前,只有当参数化构建插件作为构建后操作调用时,它才能正常工作,而不是作为构建步骤调用(由于参数化构建插件中的一个错误,据称该错误已修复,但尚未发布)。

I use Blame Upstream Committers plugin. Currently it works properly only when the Parametrized Build plugin is invoked as a Post-Build Action, not as a build step (due to a bug in the Parameterized Build plugin which is being claimed to have been fixed, but not released, yet).

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