source code: https://github.com/alexeyOnGitHub/jenkins-publisher-plugin
I'm the author. name on GitHub: alexeyOnGitHub
Plugin summary: Publish notifications for all completed builds to a RabbitMQ instance.
(hoping to have more publishers than just RabbitMQ in it, that's why didn't call it "RabbitMQ Publisher Plugin"
the Git repo name could be build-result-publisher-plugin
Sample notification message:
{
"jenkins_url": "http://localhost:8080/",
"job_name": "check-coverage",
"build_number": 61,
"result": "FAILURE",
"id": "61",
"test_results": {
"total_count": 7,
"skip_count": 1,
"fail_count": 2,
"failed_tests": [
"com.company.Class2Test.anotherBrokenTest",
"com.company.Class2Test.thisWillBeBroken"
]
}
}To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/ca932216-b6f7-4c34-ab7a-c27f84ac130f%40googlegroups.com.--
You received this message because you are subscribed to a topic in the Google Groups "Jenkins Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jenkinsci-dev/ets64nbrcxY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jenkinsci-de...@googlegroups.com.
don't see a way to edit the Topic name. I would want it to be called "Build Publisher Plugin" rather than "Build Result Publisher Plugin".
--
You received this message because you are subscribed to a topic in the Google Groups "Jenkins Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jenkinsci-dev/ets64nbrcxY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jenkinsci-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/0a75f995-f27c-4d2e-93a8-607dd9d432a9%40googlegroups.com.