Created
March 19, 2015 14:47
-
-
Save modcab/54972e9d46a85b9e3647 to your computer and use it in GitHub Desktop.
Example of notification message for Jenkins Notification Plugin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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