Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Shell jobs in a job chain can write parameter like
echo "foo=bar" >> $SCHEDULER_RETURN_VALUES
It should be possible for standalone shell jobs too.
It is useful for post-processing and for commands with copy_params like
<commands on_exit_code="success"> <start_job job="/test"> <params> <copy_params from="task"/> </params> </start_job> </commands>