Skip to content

Instantly share code, notes, and snippets.

@modcab
Created March 19, 2015 14:47
Show Gist options
  • Save modcab/54972e9d46a85b9e3647 to your computer and use it in GitHub Desktop.
Save modcab/54972e9d46a85b9e3647 to your computer and use it in GitHub Desktop.
Example of notification message for Jenkins Notification Plugin
{
"name": "asgard",
"url": "job/asgard/",
"build": {
"full_url": "http://localhost:8080/job/asgard/18/",
"number": 18,
"phase": "COMPLETED",
"status": "SUCCESS",
"url": "job/asgard/18/",
"scm": {
"url": "https://github.com/evgeny-goldin/asgard.git",
"branch": "origin/master",
"commit": "c6d86dc654b12425e706bcf951adfe5a8627a517"
},
"artifacts": {
"phpunit.xml": {
"archive": "http://localhost:8080/job/asgard/18/artifact/phpunit.xml"
},
"asgard-standalone.jar": {
"archive": "http://localhost:8080/job/asgard/18/artifact/asgard-standalone.jar",
"s3": "https://s3-eu-west-1.amazonaws.com/evgenyg-bakery/asgard/asgard-standalone.jar"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment