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
{{ message }}
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
Issue Report
I have several chained runners on a single task, they also run in batch mode.
There should be a way to change
exitCode
if an error is present.Expected Behavior
I was expecting an exitCode != 0 when I call
logger.error
so my pipelines detect there was an error when running it.Actual Behavior
This error is specific for pipelines.
It currently exists with
exitCode = 0
even when there is an error.Right now the only way we have to exit is through
process.exit
which breaks garment's flow.Steps to Reproduce the Issue
ctx.logger.error()
garment should exit as -1 or 1The text was updated successfully, but these errors were encountered: