Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

No Format
pipeline find obssim-ST-v7r6p1 obssim logFile | xargs -i grep cob0343 \{\}

Syntax

Wiki Markuppipeline find <options> <task-name> <process-name> \ [<output> ,<output>...\]

<task-name>

The task on which to operate. Can include version and subtasks, e.g. parent(1.0)/child

<process-name>

The process name.

<output>

An item to output. Defaults to workingDir. See valid items below.

--latest

Show only "latest" items

--all

All (not only latest)

--obsolete

all - latest

--stream <run-range-list>

List of stream ranges (not yet implemented)

--filter <filter-spec>

Filter the results (e.g. exitcode != 0). Filters can use any of the supported output items, including meta-data

...