Jenkins的作业是由在RTC中的特定流上触发的
我希望我的詹金斯工作在我提交到 RTC(或我的工作区)上的特定流后立即激活。目前,我可以使用“Build Trigger ->”部分在 RTC 上执行的任何提交上执行此操作 轮询源代码管理系统”,但我只能指定轮询时间,而不能指定要监视的流或 rtc 工作区。 谢谢
I would like my jenkins job to activate as soon as I commit to a specific stream on RTC (or my workspace). Currently I can do this on any commit I do on RTC using the "Build Trigger -> section
Poll the source code management system "but I can only specify the polling time, not the stream or the rtc workspace to monitor.
thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要使詹金斯的工作是由在存储库工作区上的新提交触发的,或传递到流的:
:
For a Jenkins job to be triggered by new commits on a repository workspace, or delivered to a stream:
That means: