mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-03-15 17:13:46 +01:00
Cli fix pipeline logs (#3913)
Co-authored-by: Thomas Anderson <127358482+zc-devs@users.noreply.github.com> Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
@@ -345,9 +345,12 @@ Message: {{ .Message }}
|
||||
|
||||
show pipeline steps
|
||||
|
||||
**--format**="": format output (default: [33mStep #{{ .PID }} [0m
|
||||
Step: {{ .Name }}
|
||||
State: {{ .State }}
|
||||
**--format**="": format output (default: [33m{{ .workflow.Name }} > {{ .step.Name }} (#{{ .step.PID }}):[0m
|
||||
Step: {{ .step.Name }}
|
||||
Started: {{ .step.Started }}
|
||||
Stopped: {{ .step.Stopped }}
|
||||
Type: {{ .step.Type }}
|
||||
State: {{ .step.State }}
|
||||
)
|
||||
|
||||
### create
|
||||
|
||||
Reference in New Issue
Block a user