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"
    ]
  }
}

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/6bb9b153-8e35-4a92-9a58-17b39ac1c775%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to