This adds a new argument to codefresh-run step: TERMINATE_ON_TIMEOUT.
If set to true and timeout from TIMEOUT_MINS is expired, child build will be terminated.
Backward compatibility
New argument defaults to false if not passed. If false, previous behavior is untouched.
This guarantees unchanged behavior for any previously implemented flow with this step.
Overview
This adds a new argument to
codefresh-run
step:TERMINATE_ON_TIMEOUT
. If set totrue
and timeout fromTIMEOUT_MINS
is expired, child build will be terminated.Backward compatibility
New argument defaults to
false
if not passed. Iffalse
, previous behavior is untouched. This guarantees unchanged behavior for any previously implemented flow with this step.Closes #CR-16035