-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: pipeline-model-definition-plugin
Given this JSON:
{
"pipeline": {
"agent": {
"type": "any",
"arguments": []
},
"stages": [
{
"name": "Stage 1",
"branches": [
{
"name": "default",
"steps": [
{
"name": "emailextrecipients",
"arguments": [
{
"key": "recipientProviders",
"value": {
"isLiteral": true,
"value": [
"asdf"
]
}
}
]
}
]
}
]
}
]
}
}
I get this error: pipeline/stages/0/branches/0/steps/0 instance failed to match at least one schema, but the issue is specifically about an incorrect format of the recipientProviders argument.