Open mashayev opened 5 years ago
could you pls search index=jenkins*
to verify? the ping message is logged in main index, while the actual data will be in index=jenkins*
@fengxx what are the expected default file names for the sendTestReport() command? I'm attempting to do something like this in a pipeline:
splunkins.sendTestReport(50)
I've tried the archive method as well, but am having trouble getting data to show up. There is some default job event statistics that show up, but I'm trying to publish some Robot Framework test results in JUnit format.
@matt-calderaz you need call the method AFTER junit result is parsed by junit
step.
junit 'test*.xml'
Hey all,
I'm using: Splunk cloud 7.0.2.1 Splunk Plugin for Jenkins: 1.7.1 Splunk Plugin Extension: 1.7.1
I followed the documentation and I'm able to
test connection
But I don't get any logs to Splunk other than that. No data at all.
I'm using pipeline and multi-branch jobs I have added post actions jobs with
sendSplunkFile excludes: '', includes: '*.log', publishFromSlave: true, sizeLimit: '100MB'
The stage pass successfully but I still don't see any logs in Splunk.Thanks for the help..