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 Job builder yaml 项目在 Jenkins 中勾选复选框。附件是詹金斯的快照
我需要在复选框中打勾,并在单选按钮中选择项目规则选项。如何在yaml中做到这一点?
@Aditya:您可以使用包装器来做到这一点:下面是我用来启用ci-skip和maks-passwords在 Jenkins UI 中的代码。
ci-skip
maks-passwords
wrappers: - ci-skip - mask-passwords
上面的代码将在 Jenkins UI之外enable ci-skip和中勾选复选框。mask-passwords
enable ci-skip
mask-passwords