-
Bug
-
Resolution: Fixed
-
Minor
-
None
I like the elapsed mode (timestamps counted from the beginning of the job) very much, but currently I have to select it every time I open a console log for a build.
I'd prefer to select it once and forget that other modes even exist.
Suggestion: add an option to the "Configure System" screen for setting the default mode.
- is related to
-
JENKINS-29899 change cookie path from / to rootURL
-
- Closed
-
Setting the mode is still persisted but only on a build level. The reason being this change
JENKINS-29899. The cookie's path contains the build number and does not affect the display of any other builds of the job.It would be nice to switch the mode of all console logs of a Job in general. Setting the path of the cookie to the Job URL would do the trick. An option in the Job configuration to set the default display would of course also be fine.