400 - 'Summary or Text is required.' Using Jenkins webhook #112
-
Hi, When i use the default config with Junit xml i get the below error. {
"reports": [
{
"targets": [
{
"name": "teams",
"inputs": {
"url": "Webhook url",
"publish": "test-summary-slim"
}
}
],
"results": [
{
"type": "junit",
"files": ["resources/newman/report.xml"]
}
]
}
]
} |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
can you share the contents of report.xml |
Beta Was this translation helpful? Give feedback.
-
I'm also getting the same error. Please help asap
|
Beta Was this translation helpful? Give feedback.
-
There is no issue with plugin to be precise. There are two connectors with teams 1. Jenkins webhook connector 2. Incoming webhook. |
Beta Was this translation helpful? Give feedback.
There is no issue with plugin to be precise. There are two connectors with teams 1. Jenkins webhook connector 2. Incoming webhook.
Plugin works perfectly fine with incoming webhook. Jenkins connector expects a different payload or bit more specific like adaptive cards etc and plugin gives error with that.
In my case, luckily my org enabled incoming webhook and that solved my issue.
hope this clarifies @yasafooo