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.
如何在 jenkins Web 用户界面中找到哪些作业共享一个公共锁?
(我的意思是无法访问config.xml文件系统上的詹金斯)
config.xml
更新:例如作业“编译”、“测试”和“部署”共享一个锁,以避免其中一个在另一个运行时开始。
最简单的“锁”是从属的队列, 假设您将其设置为一次运行一项作业。
查看从站,您可以看到附加到它的作业列表。
此外,如果“编译”触发“测试”触发“部署”, 那么您可以设置它,以便在下游作业仍在运行时不会启动新作业。