Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
As part of SPARK-7560 I'd like to just attach the test output file to the Jenkins build. This is nicer than requiring someone have an SSH login to the master node.
Currently we gzip the logs, copy it to the master, and then delete them on the worker.
https://github.com/apache/spark/blob/master/dev/run-tests-jenkins#L132
Instead I think we can just gzip them and then have the attachment plugin add them to the build. But it would require installing this plug-in to see if we can get it working.
shaneknapp not sure how willing you are to install plug-ins on Jenkins, but this one would be awesome if it's doable and we can get it working.
https://wiki.jenkins-ci.org/display/JENKINS/JUnit+Attachments+Plugin