-
Previous Value Current Value Step state depending on all commands not the last one
Step state depending first command failed, not the last one
-
You may put multiple commands in the run command step, it will run as a script. If you want to fail the step early when a command fails, just put
set -eat start. -
Previous Value Current Value Open
Closed
-
late, but thank it works !!
| Type |
Improvement
|
| Priority |
Normal
|
| Assignee | |
| Labels |
No labels
|
Issue Votes (0)
Hi Robin,
Currently, the state of step (success/failed) is the return of the last command.
The design implies two ways of building the job :
I'm looking a third way :
Thanks for your help