-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Jenkins 2.32.2 ( official docker image 2.32.2-alpine)
office-365-connector-plugin = 2.4
Java 8
Error message appears in console output after message sent:
....
createJobCompletedCard: 203
ERROR: Unable to cast run to abstract build
java.lang.ClassCastException: org.jenkinsci.plugins.workflow.job.WorkflowRun cannot be cast to hudson.model.AbstractBuild
.....
Steps to reproduce:
1. install office-365-connector-plugin = 2.4
2. add to Jenkinsfile command in format :
office365ConnectorSend message: <msg>, status: <status>, webhookUrl: <webhookUrl>
3 Run pipeline build