While the last commit builded in my circleci panel is 436274a5477acc280fcabb4f654ffd9c518ab670, the last one on my git repo is 68c87011d5d4e857edccd601548adf9439a8b131. The last commit message does not include any ‘skip’ word.
After some investigation, I realized the hook didn’t deliver, see below.
EDIT1: I redelivered manually and the build started.
EDIT2: Perhaps one could add a page about coping with this issue on the documentation.
Github hook that didn’t deliver
Request
Header
Request URL: https://circleci.com/hooks/github
Request method: POST
content-type: application/x-www-form-urlencoded
Expect:
User-Agent: GitHub-Hookshot/ebd57e0
X-GitHub-Delivery: 1b9c4f00-6e70-11e6-8763-81e96ad0c4b2
X-GitHub-Event: push
X-Hub-Signature: sha1=0d91496a7f0933c6a31b28024aaa8089ca9a656c
Body
{
"ref": "refs/heads/master",
"before": "436274a5477acc280fcabb4f654ffd9c518ab670",
"after": "68c87011d5d4e857edccd601548adf9439a8b131",
"created": false,
"deleted": false,
"forced": false,
"base_ref": null,
"compare": "https://github.com/sveinburne/detHOAXicate/compare/436274a5477a...68c87011d5d4",
"commits": [
{
"id": "68c87011d5d4e857edccd601548adf9439a8b131",
"tree_id": "d8c08f99667255463539f83a96b0d5dac8aa77cc",
"distinct": true,
"message": "comment all Components arguments and return",
"timestamp": "2016-08-30T01:10:36-04:00",
"url": "https://github.com/sveinburne/detHOAXicate/commit/68c87011d5d4e857edccd601548adf9439a8b131",
"author": {
"name": "sveinburne",
"email": "theswanted@gmail.com",
"username": "sveinburne"
},
"committer": {
"name": "sveinburne",
"email": "theswanted@gmail.com",
"username": "sveinburne"
},
"added": [
],
"removed": [
],
"modified": [
"app/components/Frame/ArticleInfo.js",
"app/components/Frame/ArticleReadMode.js",
"app/components/Frame/EmbeddedExternalSite.js",
"app/components/Frame/Fallback.js",
"app/components/Frame/index.js",
"app/components/Header/index.js",
"app/components/SourcesPanel/Header.js",
"app/components/SourcesPanel/SourcesView.js",
"app/components/SourcesPanel/index.js",
"app/components/TitleBar/index.js",
"app/generics/NumberPicker.js"
]
}
],
"head_commit": {
"id": "68c87011d5d4e857edccd601548adf9439a8b131",
"tree_id": "d8c08f99667255463539f83a96b0d5dac8aa77cc",
"distinct": true,
"message": "comment all Components arguments and return",
"timestamp": "2016-08-30T01:10:36-04:00",
"url": "https://github.com/sveinburne/detHOAXicate/commit/68c87011d5d4e857edccd601548adf9439a8b131",
"author": {
"name": "sveinburne",
"email": "theswanted@gmail.com",
"username": "sveinburne"
},
"committer": {
"name": "sveinburne",
"email": "theswanted@gmail.com",
"username": "sveinburne"
},
"added": [
],
"removed": [
],
"modified": [
"app/components/Frame/ArticleInfo.js",
"app/components/Frame/ArticleReadMode.js",
"app/components/Frame/EmbeddedExternalSite.js",
"app/components/Frame/Fallback.js",
"app/components/Frame/index.js",
"app/components/Header/index.js",
"app/components/SourcesPanel/Header.js",
"app/components/SourcesPanel/SourcesView.js",
"app/components/SourcesPanel/index.js",
"app/components/TitleBar/index.js",
"app/generics/NumberPicker.js"
]
},
"repository": {
"id": 66315387,
"name": "detHOAXicate",
"full_name": "sveinburne/detHOAXicate",
"owner": {
"name": "sveinburne",
"email": "theswanted@gmail.com"
},
"private": false,
"html_url": "https://github.com/sveinburne/detHOAXicate",
"description": "A web app to track article sources",
"fork": false,
"url": "https://github.com/sveinburne/detHOAXicate",
"forks_url": "https://api.github.com/repos/sveinburne/detHOAXicate/forks",
"keys_url": "https://api.github.com/repos/sveinburne/detHOAXicate/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/sveinburne/detHOAXicate/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/sveinburne/detHOAXicate/teams",
"hooks_url": "https://api.github.com/repos/sveinburne/detHOAXicate/hooks",
"issue_events_url": "https://api.github.com/repos/sveinburne/detHOAXicate/issues/events{/number}",
"events_url": "https://api.github.com/repos/sveinburne/detHOAXicate/events",
"assignees_url": "https://api.github.com/repos/sveinburne/detHOAXicate/assignees{/user}",
"branches_url": "https://api.github.com/repos/sveinburne/detHOAXicate/branches{/branch}",
"tags_url": "https://api.github.com/repos/sveinburne/detHOAXicate/tags",
"blobs_url": "https://api.github.com/repos/sveinburne/detHOAXicate/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/sveinburne/detHOAXicate/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/sveinburne/detHOAXicate/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/sveinburne/detHOAXicate/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/sveinburne/detHOAXicate/statuses/{sha}",
"languages_url": "https://api.github.com/repos/sveinburne/detHOAXicate/languages",
"stargazers_url": "https://api.github.com/repos/sveinburne/detHOAXicate/stargazers",
"contributors_url": "https://api.github.com/repos/sveinburne/detHOAXicate/contributors",
"subscribers_url": "https://api.github.com/repos/sveinburne/detHOAXicate/subscribers",
"subscription_url": "https://api.github.com/repos/sveinburne/detHOAXicate/subscription",
"commits_url": "https://api.github.com/repos/sveinburne/detHOAXicate/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/sveinburne/detHOAXicate/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/sveinburne/detHOAXicate/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/sveinburne/detHOAXicate/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/sveinburne/detHOAXicate/contents/{+path}",
"compare_url": "https://api.github.com/repos/sveinburne/detHOAXicate/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/sveinburne/detHOAXicate/merges",
"archive_url": "https://api.github.com/repos/sveinburne/detHOAXicate/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/sveinburne/detHOAXicate/downloads",
"issues_url": "https://api.github.com/repos/sveinburne/detHOAXicate/issues{/number}",
"pulls_url": "https://api.github.com/repos/sveinburne/detHOAXicate/pulls{/number}",
"milestones_url": "https://api.github.com/repos/sveinburne/detHOAXicate/milestones{/number}",
"notifications_url": "https://api.github.com/repos/sveinburne/detHOAXicate/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/sveinburne/detHOAXicate/labels{/name}",
"releases_url": "https://api.github.com/repos/sveinburne/detHOAXicate/releases{/id}",
"deployments_url": "https://api.github.com/repos/sveinburne/detHOAXicate/deployments",
"created_at": 1471908199,
"updated_at": "2016-08-23T07:15:36Z",
"pushed_at": 1472533846,
"git_url": "git://github.com/sveinburne/detHOAXicate.git",
"ssh_url": "git@github.com:sveinburne/detHOAXicate.git",
"clone_url": "https://github.com/sveinburne/detHOAXicate.git",
"svn_url": "https://github.com/sveinburne/detHOAXicate",
"homepage": null,
"size": 3188,
"stargazers_count": 0,
"watchers_count": 0,
"language": "JavaScript",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 0,
"mirror_url": null,
"open_issues_count": 3,
"forks": 0,
"open_issues": 3,
"watchers": 0,
"default_branch": "master",
"stargazers": 0,
"master_branch": "master"
},
"pusher": {
"name": "sveinburne",
"email": "theswanted@gmail.com"
},
"sender": {
"login": "sveinburne",
"id": 3646758,
"avatar_url": "https://avatars.githubusercontent.com/u/3646758?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/sveinburne",
"html_url": "https://github.com/sveinburne",
"followers_url": "https://api.github.com/users/sveinburne/followers",
"following_url": "https://api.github.com/users/sveinburne/following{/other_user}",
"gists_url": "https://api.github.com/users/sveinburne/gists{/gist_id}",
"starred_url": "https://api.github.com/users/sveinburne/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/sveinburne/subscriptions",
"organizations_url": "https://api.github.com/users/sveinburne/orgs",
"repos_url": "https://api.github.com/users/sveinburne/repos",
"events_url": "https://api.github.com/users/sveinburne/events{/privacy}",
"received_events_url": "https://api.github.com/users/sveinburne/received_events",
"type": "User",
"site_admin": false
}
}
Response
Header
Connection: keep-alive
Content-Length: 166
Content-Type: text/html
Date: Tue, 30 Aug 2016 05:09:59 GMT
Server: nginx
Body
<html>
<head><title>502 Bad Gateway</title></head>
<body bgcolor="white">
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx</center>
</body>
</html>