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 中运行作业?我们在一些奴隶上做了几个小时的夜间工作,我们希望阻止用户执行作业。关于如何做到这一点的任何想法?
只需将您的奴隶标记为暂时离线。任何需要这些从属的作业都将坐在构建队列中,直到它们再次准备好。
你可以考虑这个插件:https ://wiki.jenkins-ci.org/display/JENKINS/Slave+Prerequisites+Plugin