仅当回购具有更新并且在计划的时间时,AWS编码台
我目前有一个AWS代码构建管道设置,该设置正在使用AWS Event Bridge在设定的时间表上执行。
但是,这不会检查一下连接的存储库实际上是否有任何待处理更改,因此无论如何都可以构建。
是否有一种方法:
- 根据特定的CRON时间表安排管道来执行管道。
- 然后,如果存储库有更新,则检查并仅执行构建。
I currently have an AWS Code Build Pipeline setup that is executing on a set schedule using AWS Event Bridge.
However, this doesn't check to see if there are actually any pending changes in the connected Repo so it just builds regardless.
Is there an approach to:
- Schedule a Pipeline to execute based on a specific cron schedule.
- Then check and only execute the build if the repo has updates.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论