Last active
August 29, 2015 14:01
-
-
Save sirkirby/316da826ed2638229c70 to your computer and use it in GitHub Desktop.
Kudu PostDeployment event payload
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
{ | |
"id": "005c554bbeeaac0000000000000000000000", | |
"status": "success", | |
"statusText": "", | |
"authorEmail": "[email protected]", | |
"author": "Chris Kirby", | |
"message": "my last commit message", | |
"progress": "", | |
"deployer": "who triggered the deployment", | |
"receivedTime": "2014-05-12T23:45:17.4767323Z", | |
"startTime": "2014-05-12T23:58:42.0723693Z", | |
"endTime": "2014-05-12T23:58:53.7723895Z", | |
"lastSuccessEndTime": "2014-05-12T23:58:53.7723895Z", | |
"complete": true, | |
"siteName": "myAzureWebSiteWithGitDeploymentEnabled" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment