Branch: refs/heads/master Home: https://github.com/jenkinsci/jira-trigger-plugin Commit: 2283f8ce4faa83320b106e0053aa0cd750debd42 https://github.com/jenkinsci/jira-trigger-plugin/commit/2283f8ce4faa83320b106e0053aa0cd750debd42 Author: Denys Digtiar <ddigt...@cloudbees.com> Date: 2023-02-28 (Tue, 28 Feb 2023)
Changed paths: M src/main/groovy/com/ceilfors/jenkins/plugins/jiratrigger/JiraTriggerExecutor.groovy Log Message: ----------- JENKINS-66646 - Guard against exception when triggering Trigger is calling a JiraClient API which can fail with an exception. The running of every trigger is wrapped in try/catch to make sure exception only fails one trigger, not all the consecutive. The exception is logged at the warning level for troubleshooting purposes. Commit: 8777a9475bd409b75fb13c65f28bc17f6223f45e https://github.com/jenkinsci/jira-trigger-plugin/commit/8777a9475bd409b75fb13c65f28bc17f6223f45e Author: Denys Digtiar <ddigt...@cloudbees.com> Date: 2023-02-28 (Tue, 28 Feb 2023) Changed paths: M src/main/groovy/com/ceilfors/jenkins/plugins/jiratrigger/JiraTriggerExecutor.groovy Log Message: ----------- Address CodeNarc violations Commit: 299c9dfcd201806254e221a50be75f686330a230 https://github.com/jenkinsci/jira-trigger-plugin/commit/299c9dfcd201806254e221a50be75f686330a230 Author: Wisen Tanasa <wi...@ceilfors.com> Date: 2023-02-28 (Tue, 28 Feb 2023) Changed paths: M src/main/groovy/com/ceilfors/jenkins/plugins/jiratrigger/JiraTriggerExecutor.groovy Log Message: ----------- Merge pull request #15 from duemir/JENKINS-66646 JENKINS-66646 - Guard against exceptions when triggering Compare: https://github.com/jenkinsci/jira-trigger-plugin/compare/8e40288d345d...299c9dfcd201 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jira-trigger-plugin/push/refs/heads/master/8e4028-299c9d%40github.com.