You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a sequence command, but in case of "failure" of a command , the sequence continues to run.
It could be nice if we could add a parameter for each command to indicate if we would like to continue the sequence or not.
"continueSequenceOnError" : boolean.
In my case, my first command is a cmake.build; which is not failing in case of build error. Then the second command is a deployment ; and it would be great if the deployment not being done in case of build error.
Hi
Very good extension, and good work !
I'm using a sequence command, but in case of "failure" of a command , the sequence continues to run.
It could be nice if we could add a parameter for each command to indicate if we would like to continue the sequence or not.
"continueSequenceOnError" : boolean.
In my case, my first command is a
cmake.build
; which is not failing in case of build error. Then the second command is a deployment ; and it would be great if the deployment not being done in case of build error.Thanks
The text was updated successfully, but these errors were encountered: