Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Usually we don't want see logs from builds jobs.
But in case of failure it will be very useful to see what happened in build.
Especially on CI system where we don't directly have access to build workspace.
Attachments
Issue Links
- links to
We can achieve this by adding postbuild.groovy script with content:
If assertion will fail log file will be displayed.