• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • github-api-plugin
    • 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]
      

          [JENKINS-47601] Issues with 64bit commit status id

          Michael van Tellingen created issue -
          Michael van Tellingen made changes -
          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}
          Michael van Tellingen made changes -
          Issue Type Original: New Feature [ 2 ] New: Bug [ 1 ]
          Michael van Tellingen made changes -
          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}
          Michael van Tellingen made changes -
          Component/s New: github-branch-source-plugin [ 20858 ]

          Opemipo Ogunkola added a comment - - edited

          Hey! I ran into this same issue yesterday. Any workarounds? and when did GitHub start using 64bit commit status ids?

           

          Caused by: java.io.IOException: Failed to deserialize 
          ....
          Caused by: com.fasterxml.jackson.databind.JsonMappingException: Numeric value (4295837748) out of range of int

          `

          Opemipo Ogunkola added a comment - - edited Hey! I ran into this same issue yesterday. Any workarounds? and when did GitHub start using 64bit commit status ids?   Caused by: java.io.IOException: Failed to deserialize  .... Caused by: com.fasterxml.jackson.databind.JsonMappingException: Numeric value (4295837748) out of range of int `

          Nothing we can do without full stack trace. Probably some of the plugins parse it with Jackson, but its not GitHub Plugin.

           

          Also https://github.com/kohsuke/github-api should be checked

          Kirill Merkushev added a comment - Nothing we can do without full stack trace. Probably some of the plugins parse it with Jackson, but its not GitHub Plugin.   Also https://github.com/kohsuke/github-api  should be checked
          Michael van Tellingen made changes -
          Component/s New: github-api-plugin [ 17496 ]
          Component/s Original: github-branch-source-plugin [ 20858 ]
          Component/s Original: github-plugin [ 15896 ]

          After some more invesitgation it indeed seems to be a github-api problem. I've updated the issue.

          Sorry I didn't post the full stack trace immediately, my bad.

          com.fasterxml.jackson.core.JsonParseException: Numeric value (4295854603) out of range of int
           at [Source: {"url":"https://api.github.com/repos/LabD/doethetniet/statuses/b330cd104d496fbc06c6e1f3766a11941464c000","id":4295854603,"state":"pending","description":"Flake8 checks in progress..","target_url":"https://the-jenkins-server/job/doethetniet/job/master/7/display/redirect","context":"continuous-integration/jenkins/flake8","created_at":"2017-10-25T18:23:29Z","updated_at":"2017-10-25T18:23:29Z","creator":{"login":"the-user","id":19224964,"avatar_url":"https://avatars1.githubusercontent.com/u/19224964?v=4","gravatar_id":"","url":"https://api.github.com/users/the-user","html_url":"https://github.com/the-user","followers_url":"https://api.github.com/users/the-user/followers","following_url":"https://api.github.com/users/the-user/following{/other_user}","gists_url":"https://api.github.com/users/the-user/gists{/gist_id}","starred_url":"https://api.github.com/users/the-user/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/the-user/subscriptions","organizations_url":"https://api.github.com/users/the-user/orgs","repos_url":"https://api.github.com/users/the-user/repos","events_url":"https://api.github.com/users/the-user/events{/privacy}","received_events_url":"https://api.github.com/users/the-user/received_events","type":"User","site_admin":false}}; line: 1, column: 133]
              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)
          Caused: com.fasterxml.jackson.databind.JsonMappingException: Numeric value (4295854603) out of range of int
           at [Source: {"url":"https://api.github.com/repos/LabD/doethetniet/statuses/b330cd104d496fbc06c6e1f3766a11941464c000","id":4295854603,"state":"pending","description":"Flake8 checks in progress..","target_url":"https://the-jenkins-server/job/doethetniet/job/master/7/display/redirect","context":"continuous-integration/jenkins/flake8","created_at":"2017-10-25T18:23:29Z","updated_at":"2017-10-25T18:23:29Z","creator":{"login":"the-user","id":19224964,"avatar_url":"https://avatars1.githubusercontent.com/u/19224964?v=4","gravatar_id":"","url":"https://api.github.com/users/the-user","html_url":"https://github.com/the-user","followers_url":"https://api.github.com/users/the-user/followers","following_url":"https://api.github.com/users/the-user/following{/other_user}","gists_url":"https://api.github.com/users/the-user/gists{/gist_id}","starred_url":"https://api.github.com/users/the-user/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/the-user/subscriptions","organizations_url":"https://api.github.com/users/the-user/orgs","repos_url":"https://api.github.com/users/the-user/repos","events_url":"https://api.github.com/users/the-user/events{/privacy}","received_events_url":"https://api.github.com/users/the-user/received_events","type":"User","site_admin":false}}; line: 1, column: 133]
           at [Source: {"url":"https://api.github.com/repos/LabD/doethetniet/statuses/b330cd104d496fbc06c6e1f3766a11941464c000","id":4295854603,"state":"pending","description":"Flake8 checks in progress..","target_url":"https://the-jenkins-server/job/doethetniet/job/master/7/display/redirect","context":"continuous-integration/jenkins/flake8","created_at":"2017-10-25T18:23:29Z","updated_at":"2017-10-25T18:23:29Z","creator":{"login":"the-user","id":19224964,"avatar_url":"https://avatars1.githubusercontent.com/u/19224964?v=4","gravatar_id":"","url":"https://api.github.com/users/the-user","html_url":"https://github.com/the-user","followers_url":"https://api.github.com/users/the-user/followers","following_url":"https://api.github.com/users/the-user/following{/other_user}","gists_url":"https://api.github.com/users/the-user/gists{/gist_id}","starred_url":"https://api.github.com/users/the-user/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/the-user/subscriptions","organizations_url":"https://api.github.com/users/the-user/orgs","repos_url":"https://api.github.com/users/the-user/repos","events_url":"https://api.github.com/users/the-user/events{/privacy}","received_events_url":"https://api.github.com/users/the-user/received_events","type":"User","site_admin":false}}; line: 1, column: 123] (through reference chain: org.kohsuke.github.GHCommitStatus["id"])
              at com.fasterxml.jackson.databind.JsonMappingException.wrapWithPath(JsonMappingException.java:388)
              at com.fasterxml.jackson.databind.JsonMappingException.wrapWithPath(JsonMappingException.java:348)
              at com.fasterxml.jackson.databind.deser.BeanDeserializerBase.wrapAndThrow(BeanDeserializerBase.java:1607)
              at com.fasterxml.jackson.databind.deser.BeanDeserializer.vanillaDeserialize(BeanDeserializer.java:278)
              at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:140)
              at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:3798)
              at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:2842)
              at org.kohsuke.github.Requester.parse(Requester.java:616)
          Caused: java.io.IOException: Failed to deserialize {"url":"https://api.github.com/repos/LabD/doethetniet/statuses/b330cd104d496fbc06c6e1f3766a11941464c000","id":4295854603,"state":"pending","description":"Flake8 checks in progress..","target_url":"https://the-jenkins-server/job/doethetniet/job/master/7/display/redirect","context":"continuous-integration/jenkins/flake8","created_at":"2017-10-25T18:23:29Z","updated_at":"2017-10-25T18:23:29Z","creator":{"login":"the-user","id":19224964,"avatar_url":"https://avatars1.githubusercontent.com/u/19224964?v=4","gravatar_id":"","url":"https://api.github.com/users/the-user","html_url":"https://github.com/the-user","followers_url":"https://api.github.com/users/the-user/followers","following_url":"https://api.github.com/users/the-user/following{/other_user}","gists_url":"https://api.github.com/users/the-user/gists{/gist_id}","starred_url":"https://api.github.com/users/the-user/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/the-user/subscriptions","organizations_url":"https://api.github.com/users/the-user/orgs","repos_url":"https://api.github.com/users/the-user/repos","events_url":"https://api.github.com/users/the-user/events{/privacy}","received_events_url":"https://api.github.com/users/the-user/received_events","type":"User","site_admin":false}}
              at org.kohsuke.github.Requester.parse(Requester.java:618)
          Caused: org.kohsuke.github.HttpException: Server returned HTTP response code: 201, message: 'Created' for URL: https://api.github.com/repos/LabD/doethetniet/statuses/b330cd104d496fbc06c6e1f3766a11941464c000
              at org.kohsuke.github.Requester.parse(Requester.java:633)
              at org.kohsuke.github.Requester.parse(Requester.java:594)
              at org.kohsuke.github.Requester._to(Requester.java:272)
              at org.kohsuke.github.Requester.to(Requester.java:234)
              at org.kohsuke.github.GHRepository.createCommitStatus(GHRepository.java:1071)
              at org.jenkinsci.plugins.pipeline.githubstatusnotification.GitHubStatusNotificationStep$Execution.run(GitHubStatusNotificationStep.java:381)
              at org.jenkinsci.plugins.pipeline.githubstatusnotification.GitHubStatusNotificationStep$Execution.run(GitHubStatusNotificationStep.java:355)
              at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)
              at hudson.security.ACL.impersonate(ACL.java:260)
              at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)
              at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
              at java.util.concurrent.FutureTask.run(FutureTask.java:266)
              at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
              at java.lang.Thread.run(Thread.java:748)
          

          Michael van Tellingen added a comment - After some more invesitgation it indeed seems to be a github-api problem. I've updated the issue. Sorry I didn't post the full stack trace immediately, my bad. com.fasterxml.jackson.core.JsonParseException: Numeric value (4295854603) out of range of int at [Source: { "url" : "https: //api.github.com/repos/LabD/doethetniet/statuses/b330cd104d496fbc06c6e1f3766a11941464c000" , "id" :4295854603, "state" : "pending" , "description" : "Flake8 checks in progress.." , "target_url" : "https://the-jenkins-server/job/doethetniet/job/master/7/display/redirect" , "context" : "continuous-integration/jenkins/flake8" , "created_at" : "2017-10-25T18:23:29Z" , "updated_at" : "2017-10-25T18:23:29Z" , "creator" :{ "login" : "the-user" , "id" :19224964, "avatar_url" : "https://avatars1.githubusercontent.com/u/19224964?v=4" , "gravatar_id" : ""," url ":" https://api.github.com/users/the-user "," html_url ":" https://github.com/the-user "," followers_url ":" https://api.github.com/users/the-user/followers "," following_url ":" https://api.github.com/users/the-user/following{/other_user} "," gists_url ":" https://api.github.com/users/the-user/gists{/gist_id} "," starred_url ":" https://api.github.com/users/the-user/starred{/owner}{/repo} "," subscriptions_url ":" https://api.github.com/users/the-user/subscriptions "," organizations_url ":" https://api.github.com/users/the-user/orgs "," repos_url ":" https://api.github.com/users/the-user/repos "," events_url ":" https://api.github.com/users/the-user/events{/privacy} "," received_events_url ":" https://api.github.com/users/the-user/received_events "," type ":" User "," site_admin": false }}; line: 1, column: 133] 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) Caused: com.fasterxml.jackson.databind.JsonMappingException: Numeric value (4295854603) out of range of int at [Source: { "url" : "https: //api.github.com/repos/LabD/doethetniet/statuses/b330cd104d496fbc06c6e1f3766a11941464c000" , "id" :4295854603, "state" : "pending" , "description" : "Flake8 checks in progress.." , "target_url" : "https://the-jenkins-server/job/doethetniet/job/master/7/display/redirect" , "context" : "continuous-integration/jenkins/flake8" , "created_at" : "2017-10-25T18:23:29Z" , "updated_at" : "2017-10-25T18:23:29Z" , "creator" :{ "login" : "the-user" , "id" :19224964, "avatar_url" : "https://avatars1.githubusercontent.com/u/19224964?v=4" , "gravatar_id" : ""," url ":" https://api.github.com/users/the-user "," html_url ":" https://github.com/the-user "," followers_url ":" https://api.github.com/users/the-user/followers "," following_url ":" https://api.github.com/users/the-user/following{/other_user} "," gists_url ":" https://api.github.com/users/the-user/gists{/gist_id} "," starred_url ":" https://api.github.com/users/the-user/starred{/owner}{/repo} "," subscriptions_url ":" https://api.github.com/users/the-user/subscriptions "," organizations_url ":" https://api.github.com/users/the-user/orgs "," repos_url ":" https://api.github.com/users/the-user/repos "," events_url ":" https://api.github.com/users/the-user/events{/privacy} "," received_events_url ":" https://api.github.com/users/the-user/received_events "," type ":" User "," site_admin": false }}; line: 1, column: 133] at [Source: { "url" : "https: //api.github.com/repos/LabD/doethetniet/statuses/b330cd104d496fbc06c6e1f3766a11941464c000" , "id" :4295854603, "state" : "pending" , "description" : "Flake8 checks in progress.." , "target_url" : "https://the-jenkins-server/job/doethetniet/job/master/7/display/redirect" , "context" : "continuous-integration/jenkins/flake8" , "created_at" : "2017-10-25T18:23:29Z" , "updated_at" : "2017-10-25T18:23:29Z" , "creator" :{ "login" : "the-user" , "id" :19224964, "avatar_url" : "https://avatars1.githubusercontent.com/u/19224964?v=4" , "gravatar_id" : ""," url ":" https://api.github.com/users/the-user "," html_url ":" https://github.com/the-user "," followers_url ":" https://api.github.com/users/the-user/followers "," following_url ":" https://api.github.com/users/the-user/following{/other_user} "," gists_url ":" https://api.github.com/users/the-user/gists{/gist_id} "," starred_url ":" https://api.github.com/users/the-user/starred{/owner}{/repo} "," subscriptions_url ":" https://api.github.com/users/the-user/subscriptions "," organizations_url ":" https://api.github.com/users/the-user/orgs "," repos_url ":" https://api.github.com/users/the-user/repos "," events_url ":" https://api.github.com/users/the-user/events{/privacy} "," received_events_url ":" https://api.github.com/users/the-user/received_events "," type ":" User "," site_admin ": false }}; line: 1, column: 123] (through reference chain: org.kohsuke.github.GHCommitStatus[" id"]) at com.fasterxml.jackson.databind.JsonMappingException.wrapWithPath(JsonMappingException.java:388) at com.fasterxml.jackson.databind.JsonMappingException.wrapWithPath(JsonMappingException.java:348) at com.fasterxml.jackson.databind.deser.BeanDeserializerBase.wrapAndThrow(BeanDeserializerBase.java:1607) at com.fasterxml.jackson.databind.deser.BeanDeserializer.vanillaDeserialize(BeanDeserializer.java:278) at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:140) at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:3798) at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:2842) at org.kohsuke.github.Requester.parse(Requester.java:616) Caused: java.io.IOException: Failed to deserialize { "url" : "https: //api.github.com/repos/LabD/doethetniet/statuses/b330cd104d496fbc06c6e1f3766a11941464c000" , "id" :4295854603, "state" : "pending" , "description" : "Flake8 checks in progress.." , "target_url" : "https://the-jenkins-server/job/doethetniet/job/master/7/display/redirect" , "context" : "continuous-integration/jenkins/flake8" , "created_at" : "2017-10-25T18:23:29Z" , "updated_at" : "2017-10-25T18:23:29Z" , "creator" :{ "login" : "the-user" , "id" :19224964, "avatar_url" : "https://avatars1.githubusercontent.com/u/19224964?v=4" , "gravatar_id" : ""," url ":" https://api.github.com/users/the-user "," html_url ":" https://github.com/the-user "," followers_url ":" https://api.github.com/users/the-user/followers "," following_url ":" https://api.github.com/users/the-user/following{/other_user} "," gists_url ":" https://api.github.com/users/the-user/gists{/gist_id} "," starred_url ":" https://api.github.com/users/the-user/starred{/owner}{/repo} "," subscriptions_url ":" https://api.github.com/users/the-user/subscriptions "," organizations_url ":" https://api.github.com/users/the-user/orgs "," repos_url ":" https://api.github.com/users/the-user/repos "," events_url ":" https://api.github.com/users/the-user/events{/privacy} "," received_events_url ":" https://api.github.com/users/the-user/received_events "," type ":" User "," site_admin": false }} at org.kohsuke.github.Requester.parse(Requester.java:618) Caused: org.kohsuke.github.HttpException: Server returned HTTP response code: 201, message: 'Created' for URL: https: //api.github.com/repos/LabD/doethetniet/statuses/b330cd104d496fbc06c6e1f3766a11941464c000 at org.kohsuke.github.Requester.parse(Requester.java:633) at org.kohsuke.github.Requester.parse(Requester.java:594) at org.kohsuke.github.Requester._to(Requester.java:272) at org.kohsuke.github.Requester.to(Requester.java:234) at org.kohsuke.github.GHRepository.createCommitStatus(GHRepository.java:1071) at org.jenkinsci.plugins.pipeline.githubstatusnotification.GitHubStatusNotificationStep$Execution.run(GitHubStatusNotificationStep.java:381) at org.jenkinsci.plugins.pipeline.githubstatusnotification.GitHubStatusNotificationStep$Execution.run(GitHubStatusNotificationStep.java:355) at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47) at hudson.security.ACL.impersonate(ACL.java:260) at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang. Thread .run( Thread .java:748)

          Just found out that there already is a github issue for this: https://github.com/kohsuke/github-api/issues/387

          Michael van Tellingen added a comment - Just found out that there already is a github issue for this: https://github.com/kohsuke/github-api/issues/387

            Unassigned Unassigned
            michaelvantellingen Michael van Tellingen
            Votes:
            9 Vote for this issue
            Watchers:
            13 Start watching this issue

              Created:
              Updated:
              Resolved: