如果只有第一个作业从 SVN 刷新源,如何在作业之间传递提交者?
有一项工作可以从 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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我使用 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).