Recently I've got a Jenkins Job which run a couple of tests and generate a string report.
I want to send it to informers but I cannot find the way to achieve the goal.
Let me show you what I want to do.
while executing this command, it'll do some calculation and generate a string output.
And I want to use this string here, (get the string and use it as ${REPORT} in content box)
Is there any way to do that?
Appreciate!