Skip to content

Commit

Permalink
fixes argoproj#12961. Add example of standard output of a step as out…
Browse files Browse the repository at this point in the history
…put parameter
  • Loading branch information
Sandeep Khurana committed Apr 22, 2024
1 parent 6047a46 commit 45277b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/walk-through/output-parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Outputs of a `script` are assigned to standard output and captured in the `resul
Container steps and tasks also have their standard output captured in the `result` parameter.
Given a `task`, called `log-int`, `result` would then be accessible as `{{ tasks.log-int.outputs.result }}`. If using [steps](steps.md), substitute `tasks` for `steps`: `{{ steps.log-int.outputs.result }}`.

#### Output parameter from a step
#### Output parameter from a standard output of a step

Step's stdout as output parameter.

Expand Down

0 comments on commit 45277b2

Please sign in to comment.