Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

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) (not yet implemented). Filters can use any of the supported output items, including meta-data

Supported output items

Item

workingDir

exitCode

stream

createDate

submitDate

endDate

cpuSecondsUsed

host

exitCode

logFile

jobId

executionNumber

isLatest

streamPath

or any meta-data item associated with the task.

Example

No Format

pipeline find backgndSC-GR-v10r4 runMonteCarlo -s logFile exitCode stream evtsSim evtsOut --filter "evtsOut>200"