Skip to content

Instantly share code, notes, and snippets.

@scheibinger
Last active January 17, 2020 09:34
Show Gist options
  • Save scheibinger/54d535d0790611aa7fe9c34122656366 to your computer and use it in GitHub Desktop.
Save scheibinger/54d535d0790611aa7fe9c34122656366 to your computer and use it in GitHub Desktop.
steps log

Pipeline Steps logs

✅ "echo /file.txt" Failed

Step took 152 ms.

+ echo /file.txt
/file.txt

🔶 "cat /file.txt" Unstable
+ cat /file.txt
content line 1
content line 2

🔶 "cat /file.txt" Unstable
+ cat /file.txt
content line 1
content line 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment