Hello,
I am trying to create a notification in my teams channel based on successful pipeline run.
I want to output informations from the devops trigger. Every output from trigger works fine (sourceBranch, buildId, ....) Except "Parameters"

Message from teams

Pipeline ran with this parameters:
Line: "Hello, world!"

Right now I use basic pipeline that just echoes whatever is inside the line parameter
Why is the parameters output always empty when the pipeline is being called with parameter?