[JIRA] (JENKINS-57430) Getting issue when using github

2019-05-15 Thread vmar...@devicebits.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Valerian Martin commented on  JENKINS-57430  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Getting issue when using github   
 

  
 
 
 
 

 
 Did as suggested. On Pull Request webhook trigger via push , the pull request tests still didn't start automatically, however didn't get any errors in the jenkins log at the same time. Will investigate but would be great if you could point into the right direction in case you might know the issue  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.199242.1557751552000.851.1557912060098%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-57430) Getting issue when using github

2019-05-15 Thread vmar...@devicebits.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Valerian Martin commented on  JENKINS-57430  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Getting issue when using github   
 

  
 
 
 
 

 
 Hi, I saw this happening when triggered via webhooks. Ill check the workaround  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.199242.1557751552000.849.1557911640110%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-57430) Getting issue when using github

2019-05-13 Thread vmar...@devicebits.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Valerian Martin created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-57430  
 
 
  Getting issue when using github   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Kirill Merkushev  
 
 
Components: 
 github-api-plugin, github-branch-source-plugin, github-plugin  
 
 
Created: 
 2019-05-13 12:45  
 
 
Priority: 
  Blocker  
 
 
Reporter: 
 Valerian Martin  
 

  
 
 
 
 

 
 Getting the next error when scanning an organization: 

 

java.lang.IllegalArgumentException: No enum constant org.kohsuke.github.GHEvent.CHECK_RUN
 at java.lang.Enum.valueOf(Enum.java:238)
 at org.kohsuke.github.GHHook.getEvents(GHHook.java:32)
 at org.jenkinsci.plugins.github.webhook.WebhookManager$7.applyNullSafe(WebhookManager.java:284)
 at org.jenkinsci.plugins.github.webhook.WebhookManager$7.applyNullSafe(WebhookManager.java:281)
 at org.jenkinsci.plugins.github.util.misc.NullSafeFunction.apply(NullSafeFunction.java:18)
 at com.google.common.collect.Iterators$8.next(Iterators.java:812)
 at com.google.common.collect.Iterables$3.next(Iterables.java:508)
 at com.google.common.collect.Iterables$3.next(Iterables.java:501)
 at com.google.common.collect.Iterators$5.hasNext(Iterators.java:544)
 at com.google.common.collect.Lists.newArrayList(Lists.java:138)
 at com.google.common.collect.ImmutableSet.copyOf(ImmutableSet.java:286)
 at com.google.common.collect.ImmutableSet.copyOf(ImmutableSet.java:271)
 at org.jenkinsci.plugins.github.util.FluentIterableWrapper.toSet(FluentIterableWrapper.java:155)
 at org.jenkinsci.plugins.github.webhook.WebhookManager$2.applyNullSafe(WebhookManager.java:191)
 at org.jenkinsci.plugins.github.webhook.WebhookManager$2.applyNullSafe(WebhookManager.java:175)
 at org.jenkinsci.plugins.github.util.misc.NullSafeFunction.apply(NullSafeFunction.java:18)
 at com.google.common.collect.Iterators$8.next(Iterators.java:812)
 at