Hacker News new | ask | show | jobs
by mugsie 3266 days ago
sure - I can use fly. if I got to the page, find the link to download the right version of fly, then remember the archine incantation to login, find a job, and find the logs.

Or - I can go to my Jenkins build page, and click "Show full log".

For me, I find the initial quick searching through logs much quicker in a browser.

And, I have found that on longer builds the web UIs log streaming can actually crash the browser.

1 comments

The arcane incantation to login? Seriously? It's literally fly login. You're being ridiculous.
Well, to be clear, it's fly login --team-name internal --concourse-url https://<url> -k (I think)

Vs just going to the jenkins UI.

It's fly login -t <my target>

You can save targets.

Also, if you want logs to appear somewhere you can pretty easily set up a after-fail job to ftp em somewhere.