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 中每个损坏的管道构建自动创建 Jira 票证。
我怎样才能做到这一点?有没有人有一个可以在里面使用的 groovy 示例Jenkinsfile?
Jenkinsfile
一种可能的解决方案是将所有敏感步骤包装在 try-catch 中。并使用 Jira REST API创建新票证。