Hi Team,
I am trying to run Jenkins jobs from Jira Ticket or Story or Issue update or create the Jenkins jobs run automatically. I created a webhook listener and made sure the connection link and password and other security is cleared. But it is not working jobs are not executing automatically.
I see the Error logs:
022-08-07 12:49:29.101+0000 [id=53] | WARNING | c.a.j.c.j.l.JenkinsPipelineRunListener#onCompleted: Not a WorkflowRun, onCompleted won’t be propagated to listeners |
---|---|---|
2022-08-07 12:51:33.897+0000 [id=86] | WARNING | org.kohsuke.stapler.RequestImpl#injectSetters: java.lang.IllegalAccessException: Processing this request relies on deprecated behavior that will be disallowed in future releases of Java. See https://jenkins.io/redirect/stapler-reflective-access/ for more information. Details: class org.kohsuke.stapler.RequestImpl cannot access a member of class com.ceilfors.jenkins.plugins.jiratrigger.JiraTrigger with modifiers private |
2022-08-07 12:51:33.898+0000 [id=86] | WARNING | org.kohsuke.stapler.RequestImpl#injectSetters: java.lang.IllegalAccessException: Processing this request relies on deprecated behavior that will be disallowed in future releases of Java. See https://jenkins.io/redirect/stapler-reflective-access/ for more information. Details: class org.kohsuke.stapler.RequestImpl cannot access a member of class com.ceilfors.jenkins.plugins.jiratrigger.JiraCommentTrigger with modifiers private |
2022-08-07 12:51:58.401+0000 [id=107] | WARNING | c.a.j.c.j.l.JenkinsPipelineRunListener#onStarted: Not a WorkflowRun, automatic builds and deployments won’t work. |
2022-08-07 12:51:58.802+0000 [id=107] | WARNING | c.a.j.c.j.l.JenkinsPipelineRunListener#onCompleted: Not a WorkflowRun, onCompleted won’t be propagated to listeners |
2022-08-07 12:51:59.877+0000 [id=113] | WARNING | c.a.j.c.j.l.JenkinsPipelineRunListener#onStarted: Not a WorkflowRun, automatic builds and deployments won’t work. |
2022-08-07 12:52:00.237+0000 [id=113] | WARNING | c.a.j.c.j.l.JenkinsPipelineRunListener#onCompleted: Not a WorkflowRun, onCompleted won’t be propagated to listeners |