Skip to content

Instantly share code, notes, and snippets.

@FeodorFitsner
Last active October 28, 2015 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FeodorFitsner/575d8dd7722cf44908c5 to your computer and use it in GitHub Desktop.
Save FeodorFitsner/575d8dd7722cf44908c5 to your computer and use it in GitHub Desktop.
AppVeyor Subversion webhook payload
{
"commit": {
"id":"5",
"author":{
"name":"Author Name",
"email":"author@email.com"
},
"timestamp":"2015-01-15T21:08:38-08:00",
"message":"commit message"
},
"repository":{
"name":"repo_name",
"url":"repo_url"
},
"config":"#appveyor.yml file \n#contents at start_commit_sha \n#revision"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment