Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以在下游作业中获取有关上游作业中 SCM 更改的信息? 例如,如果我们有一个触发一些测试作业的构建作业(使用 SCM 轮询),那么测试作业如何检索并在仪表板中显示有关触发该测试作业的构建作业中的 SCM 更改的信息?
不确定 Hudson,但对于 Jenkins,我们使用Blame Subversion 插件。