How to I create Jira tickets for broken Jenkins pipelines? -


i want automate creation of jira tickets each broken pipeline build in jenkins.

how can this? has working groovy example to use inside jenkinsfile?

one possible solution can wrapping sensitive steps in try-catch. , use jira rest api creating of new tickets.


Comments