Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In addition, for Shell Jobs output that possibly is possibly available from the stderr channel can be used to decide about errors and warnings.

...

Assume a workflow configuration with a job script that terminates with a non-zero exit code configured like this:

  • Return Code on Success: Return code 0 is specified to signal successful execution of the job. Any other return code signals failed execution. More than one return code can be specified separated by comma.
  • Return Code on Failure: Alternatively one or more return codes can be specified that signal failed execution. Any other return code signals successful execution.

...

Assume a workflow configuration with a job script that terminates with a non-zero exit code configured like this:

  • Return Code on Success: Return code 0 is specified to signal successful execution of the job. Any other return code signals failed execution. More than one return code can be specified separated by comma.
  • Return Code on Warning: Return code 1 is specified to signal a warning. A number of return codes can be specified separated by comma. Such return codes are considered successful, however,  Notifications a JS7 - Notification can be sent created for jobs that terminate with a return code signaling warnings.

...