You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/plugins.md
+16-3Lines changed: 16 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -424,7 +424,7 @@ If you want to have xyOps delete the files for you after uploading, specify an o
424
424
425
425
Note that if you send multiple messages with `files` properties, the previous list is overwritten (i.e. the latter prevails).
426
426
427
-
##### Tags
427
+
##### Job Tags
428
428
429
429
To **add** tags to the current job, use the following "push" message format:
430
430
@@ -439,7 +439,7 @@ To **add** tags to the current job, use the following "push" message format:
439
439
440
440
The `push` object is used here to instruct xyOps to "push" (append) tags onto the existing set (you cannot replace or delete tags). The tags themselves should be valid [Tag.id](data.md#tag-id)s, and duplicates are automatically removed.
441
441
442
-
##### Actions
442
+
##### Job Actions
443
443
444
444
To **add** actions to the current job, use the following "push" message format. This example would send an email to a specific address when the job completes:
445
445
@@ -448,7 +448,7 @@ To **add** actions to the current job, use the following "push" message format.
The `push` object is used here to instruct xyOps to "push" (append) actions onto the existing set (you cannot replace or delete actions). See [Action Types](actions.md#action-types) for all the possible action objects you can add here.
details=details.trim()+`\n\n**Note:** This action was invoked ${commify(action.count)} separate times, but only the latest invocation details are displayed here. See the workflow sub-jobs for each individual action invocation details.`;
0 commit comments