I recently started using Jenkins. Whilst attempting to set up my first job, I ran into the error pasted at the end, for the post build action "Setting commit status on GitHub".
Setting commit status on GitHub for https://github.com/slacaze/matlab-graphics-components/commit/a881106870927212b2c65c65208767a6304ad7fe
ERROR: Build step failed with exception
com.fasterxml.jackson.core.JsonParseException: Numeric value (4296090724) out of range of int
at [Source: {"url":"https://api.github.com/repos/slacaze/matlab-graphics-components/statuses/a881106870927212b2c65c65208767a6304ad7fe","id":4296090724,"state":"success","description":"Build #15 succeeded in 20 sec","target_url":"http://localhost:8080/job/matlab-graphics-components/15/display/redirect","context":"matlab-graphics-components","created_at":"2017-10-26T23:22:46Z","updated_at":"2017-10-26T23:22:46Z","creator":{"login":"slacaze","id":24715934,"avatar_url":"https://avatars2.githubusercontent.com/u/24715934?v=4","gravatar_id":"","url":"https://api.github.com/users/slacaze","html_url":"https://github.com/slacaze","followers_url":"https://api.github.com/users/slacaze/followers","following_url":"https://api.github.com/users/slacaze/following{/other_user}","gists_url":"https://api.github.com/users/slacaze/gists{/gist_id}","starred_url":"https://api.github.com/users/slacaze/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/slacaze/subscriptions","organizations_url":"https://api.github.com/users/slacaze/orgs","repos_url":"https://api.github.com/users/slacaze/repos","events_url":"https://api.github.com/users/slacaze/events{/privacy}","received_events_url":"https://api.github.com/users/slacaze/received_events","type":"User","site_admin":false}}; line: 1, column: 139]
at com.fasterxml.jackson.core.JsonParser._constructError(JsonParser.java:1702)
at com.fasterxml.jackson.core.base.ParserMinimalBase._reportError(ParserMinimalBase.java:558)
at com.fasterxml.jackson.core.base.ParserBase.convertNumberToInt(ParserBase.java:928)
at com.fasterxml.jackson.core.base.ParserBase._parseIntValue(ParserBase.java:866)
at com.fasterxml.jackson.core.base.ParserBase.getIntValue(ParserBase.java:694)
at com.fasterxml.jackson.databind.deser.std.NumberDeserializers$IntegerDeserializer.deserialize(NumberDeserializers.java:306)
at com.fasterxml.jackson.databind.deser.std.NumberDeserializers$IntegerDeserializer.deserialize(NumberDeserializers.java:286)
at com.fasterxml.jackson.databind.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:504)
at com.fasterxml.jackson.databind.deser.impl.FieldProperty.deserializeAndSet(FieldProperty.java:108)
at com.fasterxml.jackson.databind.deser.BeanDeserializer.vanillaDeserialize(BeanDeserializer.java:276)