Versions Compared

Key

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

...

Code Block
titleExample for catching a job error by use of an empty Catch block
linenumberstrue
collapsetrue
Try
    job1
    job2
Catch
Catch-End
job3

...

  • If any of job1, job2 or job3 completes with return code 1 this is considered a warning. Any other non-zero return codes are considered errors.
  • In case of job warnings the order continues with the next instruction in the workflow.
  • User Intervention is not applicable.

Feature Status:

Display feature availability
StartingFromRelease2.4.1

Jira
serverSOS JIRA
columnIdsissuekey,summary,issuetype,created,updated,duedate,assignee,reporter,priority,status,resolution
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId6dc67751-9d67-34cd-985b-194a8cdc9602
keyJOC-1350

For earlier JS7 releases Notifications are not sent in case of warnings.

Resources

...