I'm using stage, but stage cannot be used inside parallel execution code.
I'm running tests in multiple environments in parallel. Each test is a shell script command.
In order to find the test log I'm looking for in the Pipeline Steps view I need to go through the list of all the commands, which is far from ideal.
Ideally, I would like to have the ability to associate a shell script command with a description that would be shown in the Pipeline Steps view. For example:
sh "execute/this/command", description: "Test case x"
That would display "Shell Script - Test case x" in the Pipeline Steps view.
If this is too hard to achieve, I would settle with seeing the shell script command ("Shell Script - execute/this/command") instead of what I see now, which is "Shell Script", which is really not informative of the step.
Is there anything like this?
How was this resolved? I would like to make use of this.