-
Bug
-
Resolution: Fixed
-
Major
-
None
For new github repositories we receive 64 bit commit status's id's, this results in various errors (see below)
Snippet of the error (with some information removed)
com.fasterxml.jackson.core.JsonParseException: Numeric value (4295616343) out of range of int at [Source: \{ "url":"https://api.github.com/repos/LabD/waaromdoejehnetniet/statuses/0eb6453f8b03c985f6ee0bbc6d0e82e5821aef9a", "id":4295616343, "state":"pending", "description":"Flake8 checks in progress..", "target_url":("<redacted>","context":"continuous-integration/jenkins/flake8", "created_at":"2017-10-24T09:59:04Z", "updated_at":("2017-10-24T09:59:04Z", "note": "other keys removed" }}; line: 1, column: 133]
- is duplicated by
-
JENKINS-47820 GitHub Status setter: "201 Created" API response => Numeric value out of range of int
-
- Resolved
-
-
JENKINS-47632 github repo id overflowing java int
-
- Resolved
-
[JENKINS-47601] Issues with 64bit commit status id
Description |
Original:
For new github repositories we receive 64 bit commit status's id's, this results in various errors (see below) Snippet of the error (with some information removed) ``` com.fasterxml.jackson.core.JsonParseException: Numeric value (4295616343) out of range of int at [Source: \{ "url":"https://api.github.com/repos/LabD/waaromdoejehnetniet/statuses/0eb6453f8b03c985f6ee0bbc6d0e82e5821aef9a", "id":4295622502, "state":"pending", "description":"Flake8 checks in progress..", "target_url":("<redacted>","context":"continuous-integration/jenkins/flake8", "created_at":"2017-10-24T09:59:04Z", "updated_at":("2017-10-24T09:59:04Z", "note": "other keys removed" }}; line: 1, column: 133] ``` |
New:
For new github repositories we receive 64 bit commit status's id's, this results in various errors (see below) Snippet of the error (with some information removed) {code:java} com.fasterxml.jackson.core.JsonParseException: Numeric value (4295616343) out of range of int at [Source: \{ "url":"https://api.github.com/repos/LabD/waaromdoejehnetniet/statuses/0eb6453f8b03c985f6ee0bbc6d0e82e5821aef9a", "id":4295622502, "state":"pending", "description":"Flake8 checks in progress..", "target_url":("<redacted>","context":"continuous-integration/jenkins/flake8", "created_at":"2017-10-24T09:59:04Z", "updated_at":("2017-10-24T09:59:04Z", "note": "other keys removed" }}; line: 1, column: 133] {code} |
Issue Type | Original: New Feature [ 2 ] | New: Bug [ 1 ] |
Description |
Original:
For new github repositories we receive 64 bit commit status's id's, this results in various errors (see below) Snippet of the error (with some information removed) {code:java} com.fasterxml.jackson.core.JsonParseException: Numeric value (4295616343) out of range of int at [Source: \{ "url":"https://api.github.com/repos/LabD/waaromdoejehnetniet/statuses/0eb6453f8b03c985f6ee0bbc6d0e82e5821aef9a", "id":4295622502, "state":"pending", "description":"Flake8 checks in progress..", "target_url":("<redacted>","context":"continuous-integration/jenkins/flake8", "created_at":"2017-10-24T09:59:04Z", "updated_at":("2017-10-24T09:59:04Z", "note": "other keys removed" }}; line: 1, column: 133] {code} |
New:
For new github repositories we receive 64 bit commit status's id's, this results in various errors (see below) Snippet of the error (with some information removed) {code:java} com.fasterxml.jackson.core.JsonParseException: Numeric value (4295616343) out of range of int at [Source: \{ "url":"https://api.github.com/repos/LabD/waaromdoejehnetniet/statuses/0eb6453f8b03c985f6ee0bbc6d0e82e5821aef9a", "id":4295616343, "state":"pending", "description":"Flake8 checks in progress..", "target_url":("<redacted>","context":"continuous-integration/jenkins/flake8", "created_at":"2017-10-24T09:59:04Z", "updated_at":("2017-10-24T09:59:04Z", "note": "other keys removed" }}; line: 1, column: 133] {code} |
Component/s | New: github-branch-source-plugin [ 20858 ] |
Component/s | New: github-api-plugin [ 17496 ] | |
Component/s | Original: github-branch-source-plugin [ 20858 ] | |
Component/s | Original: github-plugin [ 15896 ] |
Link |
New:
This issue is duplicated by |
Assignee | Original: Kirill Merkushev [ lanwen ] | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Link | New: This issue relates to INFRA-1333 [ INFRA-1333 ] |
Resolution | Original: Fixed [ 1 ] | |
Status | Original: Resolved [ 5 ] | New: Reopened [ 4 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Reopened [ 4 ] | New: Resolved [ 5 ] |