-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Jenkins: 2.60.2
"Pipeline: Job" 2.12.1
-
-
1.8.10
The pipeline plugin allows me to see the console output for individual steps, e.g:
http://myjenkins/jenkins/job/myjob/505/execution/node/161/log/?consoleFull
This page shows a link "View as plain text", which works on the global per-job console log, but in the per-step log viewer I get this 404 error message if I follow that link:
http://myjenkins/jenkins/job/myjob/505/execution/node/161/log/consoleText
404 The requested resource is not available.
I believe this is an inconsistency caused by reuse of Jenkins' traditional log display tooling. There's no plain text option actually available for Pipeline nodes like there is for builds, so ideally we wouldn't present that link at all. I'll see if I can get rid of the link.