Details
-
Fix
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
1.3.6
-
None
-
linux, solaris
Description
job1 is a shell job the sets a parameter:
echo sample_shell_a = test >>$SCHEDULER_RETURN_VALUES
job2 (in the same chain) reads the parameter:
echo $SCHEDULER_PARAM_SAMPLE_SHELL_A
This works correctly as long as job1 does not have a monitor. With a monitor (no matter what it does), the sample_shell_a parameter is not set.
This bug only affects unixes. On Windows the example works.
Might be related to JS-341