-
Notifications
You must be signed in to change notification settings - Fork 32
Description
All error http request to gitlab-jira-integration application
POST /hook?token=Z2l0bGFiOlR5OHdqX2Rqajc4NGc= HTTP/1.1
Content-Type: application/json
X-Gitlab-Event: Tag Push Hook
Connection: close
Host: jira.server:9090
Content-Length: 1053
{"object_kind":"tag_push",
"before":"0000000000000000000000000000000000000000",
"after":"98533eb778fdb107165c156254b4d1f585e630e8",
"ref":"refs/tags/2.2.69",
"checkout_sha":"ac2de4d1ae1d77e9161725620cb8608f0a4a52f2",
"message":"Finish 2.2.69",
"user_id":2,
"user_name":".......... ............",
"user_email":"admin@server.com",
"project_id":7,
"repository":{"name":"my-repo",
"url":"git@gitlab.server:group/my-repo.git",
"description":"",
"homepage":"http://gitlab.server/gropu/my-repo",
"git_http_url":"http://gitlab.server/group/my-repo.git",
"git_ssh_url":"git@gitlab.server:group/my-repo.git",
"visibility_level":0},
"commits":[{"id":"ac2de4d1ae1d77e9161725620cb8608f0a4a52f2",
"message":"Close #VET-19\n",
"timestamp":"2015-12-26T14:38:23+02:00",
"url":"http://gitlab.server/group/my-repo/commit/ac2de4d1ae1d77e9161725620cb8608f0a4a52f2",
"author":{"name":"admin",
"email":"admin@server.com"},
"added":[],
"modified":["application/config/config.php"],
"removed":[]}],
"total_commits_count":1}
Ansver is:
HTTP/1.1 400 Bad Request
Date: Sat, 26 Dec 2015 12:38:42 GMT
Content-Type: application/json
Content-Length: 47
Connection: close
{"code":400,"message":"Unable to process JSON"}