I have jenkins logstash plugin installed. I have it writing the console log to elasticSearch(ES). But I need the individual test results saved. I have a file with the results in junit format.
// junit "logs/results.xml"
// logstashSend failBuild: true, maxLines: 100
How do I save the junit results to ES?