[JIRA] (JENKINS-35132) Pipeline: GitHub webhook received but nothing happens

2016-12-12 Thread gentoo.inte...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Kanstantsin Shautsou commented on  JENKINS-35132  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline: GitHub webhook received but nothing happens   
 

  
 
 
 
 

 
 Checked wiki page - everything described right. UI text will be changed later.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-35132) Pipeline: GitHub webhook received but nothing happens

2016-12-12 Thread gentoo.inte...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Kanstantsin Shautsou commented on  JENKINS-35132  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline: GitHub webhook received but nothing happens   
 

  
 
 
 
 

 
 Because jenkins INFRA is not suitable for maintaining. I switched assign to Kirill Merkushev but i can't have notifications for issues. So after making review and releases i decided to check issues. I provided hints and description, i don't want discuss this issue anymore because issue complain is about not github-plugin. Trigger description will be updated as it seems that people still confused and doesn't read documentation that describes that this pushtrigger works only with gitscm.  Most of jenkins plugins documentation is pure because done by developers for developers. Last year documentation was updated. Will review and update when i will have time.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-35132) Pipeline: GitHub webhook received but nothing happens

2016-12-12 Thread josh.chand...@golfchannel.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Chandler commented on  JENKINS-35132  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline: GitHub webhook received but nothing happens   
 

  
 
 
 
 

 
 The word "generic" doesn't even occur on this page until you get to the comments: https://wiki.jenkins-ci.org/display/JENKINS/Github+Plugin I take issue with the sentiment that "nobody uses [the generic APIs]" because, in fact, the plugin documentation explicitly states that it does, in that it is able to trigger webhooks. If that is not the case, the plugin needs to be deprecated for end-user consumption and the documentation changed. There is nothing on the github-plugin page to indicate that an installable plugin is just an abstraction that I shouldn't be using for the purpose stated by the documentation.  This functionality was guaranteed up until workflow. Kirill did not protest the use of the plugin in the way I have specified, leading me to believe this was expected behavior until now. If that was not the case, I would love to know why no one said anything to the contrary for seven months until you jumped on this thread. The very fact that of 19 watchers of this issue, that no one but you knew about this, is pretty incredible. In fact, if you ask google "jenkins github push trigger": guess what comes up as the very first result?:"Starting from this time" does not magically reconcile the fact that this bug was filed under completely different auspices seven months ago. If I am totally incorrect and this is the direction that the authors are taking with respect to their plugins, there is still a bug in that the documentation for the github-plugin needs to be changed to tell us we shouldn't be using it this way, and to point us to the appropriate plugins.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  

[JIRA] (JENKINS-35132) Pipeline: GitHub webhook received but nothing happens

2016-12-12 Thread josh.chand...@golfchannel.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Chandler updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-35132  
 
 
  Pipeline: GitHub webhook received but nothing happens   
 

  
 
 
 
 

 
Change By: 
 Josh Chandler  
 
 
Attachment: 
 screenshot-2.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-35132) Pipeline: GitHub webhook received but nothing happens

2016-12-12 Thread gentoo.inte...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Kanstantsin Shautsou commented on  JENKINS-35132  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline: GitHub webhook received but nothing happens   
 

  
 
 
 
 

 
 MultibranchPipepline doesn't use gitscm, it totally separate code that works on their own triggers/plugins. Please fill issues to workflow. Github-plugin provides generic API for plugins, but nobody uses it and implements their own bicycles. Starting from this time there is no sense to make one powerful plugin as we thought before. If you don't like this triggering algorithm - don't use it. You can implement one more trigger way by using eventing APIs.  Hint: on screenshot https://wiki.jenkins-ci.org/display/JENKINS/GitHub+Integration+Plugin that triggers jobs as i wanted without sticking to gitscm at all and in theory it should work with "worfklow" (again mutlibranch is totally different APIs, if somebody exposed not suitable types in workflow-multibranch for not siutable triggers, then it their bugs) and workflow was known to be broken because they did hacks for triggers - fix was in one of latest releases. But again there is no any useful information in this issue or in comments. Please follow https://wiki.jenkins-ci.org/display/JENKINS/How+to+report+an+issue   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-35132) Pipeline: GitHub webhook received but nothing happens

2016-12-12 Thread andrei.tr...@bbc.co.uk (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrei Troie edited a comment on  JENKINS-35132  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline: GitHub webhook received but nothing happens   
 

  
 
 
 
 

 
 +1 [~jachandler] I am also in the same situation. I have a jenkins server with mostly freestyle jobs and we've recently decided to migrate to using pipelines. For testing, I set up a multibranch pipeline that builds the same repo as one of my freestyle jobs. The freestyle jobs get triggered just fine when the Github webhook gets received, the items under the multibranch pipeline do not. Just as [~jachandler] says, the log indicates that a POST has been receieved (as per the code [here|https://github.com/jenkinsci/github-plugin/blob/master/src/main/java/org/jenkinsci/plugins/github/webhook/subscriber/DefaultPushGHEventSubscriber.java#L68]) but then nothing happens. As far as I can tell the problem occurs slightly further down, [here|https://github.com/jenkinsci/github-plugin/blob/master/src/main/java/org/jenkinsci/plugins/github/util/JobInfoHelpers.java#L110], which is called from [here|https://github.com/jenkinsci/github-plugin/blob/master/src/main/java/org/jenkinsci/plugins/github/webhook/subscriber/DefaultPushGHEventSubscriber.java#L79]. As you can see, the code in {{triggerFrom}} does the following check: {{if (item instanceof ParameterizedJobMixIn.ParameterizedJob)}}, so only items that end up having the correct inheritance hierarchy can get triggered by this code , because otherwise they'll end up failing this [null check|https://github . com/jenkinsci/github-plugin/blob/master/src/main/java/org/jenkinsci/plugins/github/webhook/subscriber/DefaultPushGHEventSubscriber.java#L80]. I then verified this by using my jenkins script console and running the following script:{code:java}jenkinsInstance = jenkins.model.Jenkins.instanceparametrizedJobMixinItems = jenkinsInstance.getItems(ParameterizedJobMixIn.ParameterizedJob.class)parametrizedJobMixinItems.each { println(it) } {code}and sure enough, I could only see my freestyle jobs there, not my multibranch pipeline items as well.You could say that ultimately the responsibility lies with the creators of the multibranch pipeline, that they didn't respect the correct inheritance hierarchy, but the fact remains that as it stands, the code in the github plugin cannot trigger multibranch pipeline items.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 

[JIRA] (JENKINS-35132) Pipeline: GitHub webhook received but nothing happens

2016-12-12 Thread andrei.tr...@bbc.co.uk (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrei Troie edited a comment on  JENKINS-35132  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline: GitHub webhook received but nothing happens   
 

  
 
 
 
 

 
 +1 [~jachandler] I am also in the same situation. I have a jenkins server with mostly freestyle jobs and we've recently decided to migrate to using pipelines. For testing, I set up a multibranch pipeline that builds the same repo as one of my freestyle jobs. The freestyle jobs get triggered just fine when the Github webhook gets received, the items under the multibranch pipeline do not. Just as [~jachandler] says, the log indicates that a POST has been receieved (as per the code [here|https://github.com/jenkinsci/github-plugin/blob/master/src/main/java/org/jenkinsci/plugins/github/webhook/subscriber/DefaultPushGHEventSubscriber.java#L68]) but then nothing happens. As far as I can tell the problem occurs slightly further down, [here|https://github.com/jenkinsci/github-plugin/blob/master/src/main/java/org/jenkinsci/plugins/github/util/JobInfoHelpers.java#L110], which is called from [here|https://github.com/jenkinsci/github-plugin/blob/master/src/main/java/org/jenkinsci/plugins/github/webhook/subscriber/DefaultPushGHEventSubscriber.java#L79]. As you can see, the code in {{triggerFrom}} does the following check: {{if (item instanceof ParameterizedJobMixIn.ParameterizedJob)}}, so only items that  somehow  end up  implementing  having  the correctinheritance hierarchy can get triggered by this code.   I then verified this by using my jenkins script console and running the following script:{code:java}jenkinsInstance = jenkins.model.Jenkins.instanceparametrizedJobMixinItems = jenkinsInstance.getItems(ParameterizedJobMixIn.ParameterizedJob.class)parametrizedJobMixinItems.each { println(it) } {code}and sure enough, I  could  only see my freestyle jobs there, not my multibranch  pipeline  items as well.You could say that ultimately the responsibility lies with the creators of the multibranch pipeline, that they didn't respect the correct inheritance hierarchy, but the fact remains that as it stands, the code in the github plugin cannot trigger multibranch pipeline items.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA 

[JIRA] (JENKINS-35132) Pipeline: GitHub webhook received but nothing happens

2016-12-12 Thread andrei.tr...@bbc.co.uk (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrei Troie commented on  JENKINS-35132  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline: GitHub webhook received but nothing happens   
 

  
 
 
 
 

 
 +1 Josh Chandler  I am also in the same situation. I have a jenkins server with mostly freestyle jobs and we've recently decided to migrate to using pipelines.  For testing, I set up a multibranch pipeline that builds the same repo as one of my freestyle jobs. The freestyle jobs get triggered just fine when the Github webhook gets received, the items under the multibranch pipeline do not. Just as Josh Chandler says, the log indicates that a POST has been receieved (as per the code here) but then nothing happens.  As far as I can tell the problem occurs slightly further down, here, which is called from here. As you can see, the code in triggerFrom does the following check: if (item instanceof ParameterizedJobMixIn.ParameterizedJob), so only items that somehow end up implementing the correct  I then verified this by using my jenkins script console and running the following script: 

 

jenkinsInstance = jenkins.model.Jenkins.instance

parametrizedJobMixinItems = jenkinsInstance.getItems(ParameterizedJobMixIn.ParameterizedJob.class)

parametrizedJobMixinItems.each { println(it) } 
 

 and sure enough, I only see my freestyle jobs there, not my multibranch items as well. You could say that ultimately the responsibility lies with the creators of the multibranch pipeline, that they didn't respect the correct inheritance hierarchy, but the fact remains that as it stands, the code in the github plugin cannot trigger multibranch pipeline items.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
 

[JIRA] (JENKINS-35132) Pipeline: GitHub webhook received but nothing happens

2016-12-11 Thread josh.chand...@golfchannel.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Chandler edited a comment on  JENKINS-35132  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline: GitHub webhook received but nothing happens   
 

  
 
 
 
 

 
 I have a bit of a problem with this resolution. In short: I disagree entirely this is not a part of the github-plugin, with evidence from the code. Two things:1) It is most certainly from this plugin. The logs I captured indicate it came from this file:https://github.com/jenkinsci/github-plugin/blob/master/src/main/java/org/jenkinsci/plugins/github/webhook/subscriber/DefaultPushGHEventSubscriber.javaThe log I posted to Kirill Merkushev indicates it came from this line:https://github.com/jenkinsci/github-plugin/blob/master/src/main/java/org/jenkinsci/plugins/github/webhook/subscriber/DefaultPushGHEventSubscriber.java#L68Particularly on line 71 (for reference: https://github.com/jenkinsci/github-plugin/blob/master/src/main/java/org/jenkinsci/plugins/github/webhook/subscriber/DefaultPushGHEventSubscriber.java#L71), the commentary indicates it will kick a build at this point. This is the behavior I wished to occur which did not happen.2) The github-plugin page at (https://wiki.jenkins-ci.org/display/JENKINS/GitHub+Plugin) indicates this is a primary objective of the plugin itself on the landing page:{ { quote} Trigger a job when you push to the repository by groking HTTP POSTs from post-receive hook and optionally auto-managing the hook setup.Report build status result back to github as Commit Status (documented on SO) {quote } } This is exactly what I was trying to do; and this is exactly not what is happening on my server.If this is, after this body of evidence, somehow _not_ related to this plugin, can you explain to us where we can collect the information required to find the right place to comment, and perhaps point us to this place?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

[JIRA] (JENKINS-35132) Pipeline: GitHub webhook received but nothing happens

2016-12-11 Thread josh.chand...@golfchannel.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Chandler commented on  JENKINS-35132  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline: GitHub webhook received but nothing happens   
 

  
 
 
 
 

 
 I have a bit of a problem with this resolution. In short: I disagree entirely this is not a part of the github-plugin, with evidence from the code. Two things: 1) It is most certainly from this plugin. The logs I captured indicate it came from this file: https://github.com/jenkinsci/github-plugin/blob/master/src/main/java/org/jenkinsci/plugins/github/webhook/subscriber/DefaultPushGHEventSubscriber.java The log I posted to Kirill Merkushev indicates it came from this line: https://github.com/jenkinsci/github-plugin/blob/master/src/main/java/org/jenkinsci/plugins/github/webhook/subscriber/DefaultPushGHEventSubscriber.java#L68 Particularly on line 71 (for reference: https://github.com/jenkinsci/github-plugin/blob/master/src/main/java/org/jenkinsci/plugins/github/webhook/subscriber/DefaultPushGHEventSubscriber.java#L71), the commentary indicates it will kick a build at this point. This is the behavior I wished to occur which did not happen. 2) The github-plugin page at (https://wiki.jenkins-ci.org/display/JENKINS/GitHub+Plugin) indicates this is a primary objective of the plugin itself on the landing page: {{Trigger a job when you push to the repository by groking HTTP POSTs from post-receive hook and optionally auto-managing the hook setup. Report build status result back to github as Commit Status (documented on SO)}} This is exactly what I was trying to do; and this is exactly not what is happening on my server. If this is, after this body of evidence, somehow not related to this plugin, can you explain to us where we can collect the information required to find the right place to comment, and perhaps point us to this place?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

 

[JIRA] (JENKINS-35132) Pipeline: GitHub webhook received but nothing happens

2016-12-11 Thread gentoo.inte...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Kanstantsin Shautsou edited a comment on  JENKINS-35132  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline: GitHub webhook received but nothing happens   
 

  
 
 
 
 

 
 Github pullrequest trigger in screenshot issues doesn't belong to github-plugin. You should ensure from what plugin do you use functionality, follow plugin docs and report issues according to docs. Github-org-folder especially offtopic for issue. This issue has the mess of unrelated to github-plugin questions -> Issue closed.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-35132) Pipeline: GitHub webhook received but nothing happens

2016-12-11 Thread gentoo.inte...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Kanstantsin Shautsou closed an issue as Not A Defect  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Github pullrequest trigger in screenshot issues doesn't belong to github-plugin.  You should ensure from what plugin do you use functionality, follow plugin docs and report issues according to docs.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-35132  
 
 
  Pipeline: GitHub webhook received but nothing happens   
 

  
 
 
 
 

 
Change By: 
 Kanstantsin Shautsou  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Not A Defect  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.

[JIRA] (JENKINS-35132) Pipeline: GitHub webhook received but nothing happens

2016-12-08 Thread zeus.mi...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Zeus Minos commented on  JENKINS-35132  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline: GitHub webhook received but nothing happens   
 

  
 
 
 
 

 
 Seams to me that I am experiencing similar issue. Just for reference I am using the latest Jenkins 2.35 with all the latest Gitlab/Pipeline plugins. My Gitlab (Hosted on our own servers) version is 8.13.2. I have been using webhooks to start other non-pipeline Jenkins jobs and it works ok. I tried to do the same thing using a pipeline Jenkins job and GitLab will return "Hook executed successfully but returned HTTP 500" and nothing happens on the Jenkins side. My pipeline job just display a message on the console if the job gets triggered. This is the link used on my Gitlab webhook: http://MyJenkinsServer/gitlab/build_now/MyPipelineJob Any help is more than welcome Down below is my pipeline code. http://paste.ofcode.org/B9VFa5fHxEqbxKqxLEFAki  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-35132) Pipeline: GitHub webhook received but nothing happens

2016-11-04 Thread lance...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Lance Kuo commented on  JENKINS-35132  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline: GitHub webhook received but nothing happens   
 

  
 
 
 
 

 
 +1 Same for me.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-35132) Pipeline: GitHub webhook received but nothing happens

2016-10-27 Thread iana...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Silvio Rainoldi updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-35132  
 
 
  Pipeline: GitHub webhook received but nothing happens   
 

  
 
 
 
 

 
Change By: 
 Silvio Rainoldi  
 
 
Priority: 
 Minor Major  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-35132) Pipeline: GitHub webhook received but nothing happens

2016-10-26 Thread iana...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Silvio Rainoldi commented on  JENKINS-35132  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline: GitHub webhook received but nothing happens   
 

  
 
 
 
 

 
 On the branches there's the tick (but no option to save anyways because it's auto generated)   Why isn't the option on the main project's configuration?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-35132) Pipeline: GitHub webhook received but nothing happens

2016-10-26 Thread iana...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Silvio Rainoldi updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-35132  
 
 
  Pipeline: GitHub webhook received but nothing happens   
 

  
 
 
 
 

 
Change By: 
 Silvio Rainoldi  
 
 
Attachment: 
 screenshot-1.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-35132) Pipeline: GitHub webhook received but nothing happens

2016-10-26 Thread iana...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Silvio Rainoldi commented on  JENKINS-35132  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline: GitHub webhook received but nothing happens   
 

  
 
 
 
 

 
 +1. Same for me  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-35132) Pipeline: GitHub webhook received but nothing happens

2016-10-13 Thread anco...@ancodia.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Eric Hunter commented on  JENKINS-35132  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline: GitHub webhook received but nothing happens   
 

  
 
 
 
 

 
 +1 Jenkins 2.19.1, GitHub plugin 1.22.2, GitHub Organization Folder Plugin 1.5 Logs show: {{Received POST for https://github.com// Oct 13, 2016 8:44:58 PM FINE com.cloudbees.jenkins.GitHubRepositoryName create Constructing from URL https://github.com// Oct 13, 2016 8:44:58 PM FINE com.cloudbees.jenkins.GitHubRepositoryName create URL matches java.util.regex.Matcher[pattern=https?://([^/])/([^/])/([^/]+)/? region=0,44 lastmatch=https://github.com//] Oct 13, 2016 8:44:58 PM FINE com.cloudbees.jenkins.GitHubRepositoryName create Object is GitHubRepositoryName[host=github.com,username=,repository=] Oct 13, 2016 8:44:58 PM FINE org.jenkinsci.plugins.github.webhook.subscriber.DefaultPushGHEventSubscriber$1 run Considering to poke my-pipeline Oct 13, 2016 8:44:58 PM FINE org.jenkinsci.plugins.github.webhook.subscriber.DefaultPushGHEventSubscriber$1 run Skipped my-pipeline because it doesn't have a matching repository.}} The only difference I can see is that the Jenkins UI forces a trailing "/" in the "Repository URL" entered for my Pipeline. When I review the "Repository URL" value in the pipeline config it looks like: https://github.com/// Could this be contributing to the problem? Temporarily using a GitHub Organization Folder, but this is not optimal as it only supports polling. Looking for an option that can be triggered off of the GitHub push event.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.

[JIRA] (JENKINS-35132) Pipeline: GitHub webhook received but nothing happens

2016-10-13 Thread chad.my...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Chad Myers commented on  JENKINS-35132  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline: GitHub webhook received but nothing happens   
 

  
 
 
 
 

 
 Dear Kirill Merkushev, I have triggered the pipeline build manually the first time. I cannot get the github webhook to trigger it. The hook log says "Considering my-build" but then "Skipped my-build" I have also tried a Multi-branch Pipeline build and the Github webhook doesn't even say "Considering my-mb-build". As far as I can tell, Github Webhooks do not work at all for Pipeline and Multibranch Pipeline builds in Jenkins 2. Is this your understanding?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-35132) Pipeline: GitHub webhook received but nothing happens

2016-10-12 Thread lan...@yandex.ru (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Kirill Merkushev commented on  JENKINS-35132  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline: GitHub webhook received but nothing happens   
 

  
 
 
 
 

 
 With pipeline job you should start first build manually  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-35132) Pipeline: GitHub webhook received but nothing happens

2016-10-11 Thread bksavi...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brian Saville edited a comment on  JENKINS-35132  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline: GitHub webhook received but nothing happens   
 

  
 
 
 
 

 
 Ran into the same thing here. *UPDATE*: This was due to us using the "Suppress automatic SCM triggering" option on a GitHub multibranch project.  After reading through the source, I incorrectly assumed it would prevent only the initial branch index from firing off new builds, but since the GitHub plugin webhook actually uses the branch indexing to fire off builds after receiving a hook payload, it ignored those as all.  Disabling this property on the multibranch project fixed the issue completely for me.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-35132) Pipeline: GitHub webhook received but nothing happens

2016-10-11 Thread bksavi...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brian Saville commented on  JENKINS-35132  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline: GitHub webhook received but nothing happens   
 

  
 
 
 
 

 
 Ran into the same thing here.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-35132) Pipeline: GitHub webhook received but nothing happens

2016-10-11 Thread chad.my...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Chad Myers commented on  JENKINS-35132  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline: GitHub webhook received but nothing happens   
 

  
 
 
 
 

 
 I see this in the hook log: Oct 11, 2016 8:23:03 PM INFO org.jenkinsci.plugins.github.webhook.subscriber.DefaultPushGHEventSubscriber onEvent Received POST for https://github.com/ {my org} / {my repo} Oct 11, 2016 8:23:03 PM FINE org.jenkinsci.plugins.github.webhook.subscriber.DefaultPushGHEventSubscriber$1 run Considering to poke  {my pipeline build} Oct 11, 2016 8:23:03 PM FINE org.jenkinsci.plugins.github.webhook.subscriber.DefaultPushGHEventSubscriber$1 run Skipped {my pipeline build}  because it doesn't have a matching repository. It looks like DefaultPushGHEventSubscriber calls GitHubRepositoryNameContributor.parseAssociatedNames(job). parseAssociatedNames looks through the SCMTriggers on the job and since my job is a Pipeline build, there's no SCMTrigger, and so the Github plugin skips my job. This seems like anyone using Jenkins 2's new Pipeline feature with Github would run into this. This seems like it should be a "Major" level issue. I'm surprised more people haven't run into this  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-35132) Pipeline: GitHub webhook received but nothing happens

2016-10-11 Thread chad.my...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Chad Myers commented on  JENKINS-35132  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline: GitHub webhook received but nothing happens   
 

  
 
 
 
 

 
 +1 Jenkins 2.15, Jenkins-github plugin 1.19.2, no GH org folder plugin I see the webhook hit in the logs, but it doesn't trigger my Pipeline build. I noticed that Pipeline builds in Jenkins don't have an SCM section. Is that the cause for this problem?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-35132) Pipeline: GitHub webhook received but nothing happens

2016-09-07 Thread m...@medvecky.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michal Medvecky commented on  JENKINS-35132  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline: GitHub webhook received but nothing happens   
 

  
 
 
 
 

 
 +1, Jenkins 2.21, GH org plugin 1.4 very unhappy about this  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-35132) Pipeline: GitHub webhook received but nothing happens

2016-08-31 Thread lan...@yandex.ru (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Kirill Merkushev commented on  JENKINS-35132  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline: GitHub webhook received but nothing happens   
 

  
 
 
 
 

 
 GH Organization Folder is not a Github-plugin  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-35132) Pipeline: GitHub webhook received but nothing happens

2016-08-30 Thread ryan.wall...@clusterhq.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ryan Wallner commented on  JENKINS-35132  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline: GitHub webhook received but nothing happens   
 

  
 
 
 
 

 
 +1 i am facing the same issue on 2.7.2  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-35132) Pipeline: GitHub webhook received but nothing happens

2016-06-14 Thread cpde...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 CP N commented on  JENKINS-35132  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline: GitHub webhook received but nothing happens   
 

  
 
 
 
 

 
 I am facing the same issue as well on Jenkins 2.8. There is no exception or errors logged in the webhook logs in Jenkins (followed the steps on plugin page). In my case, I using the GITHUB Organization Folder and corresponding organization hook in GITHUB. The POST is reaching fine to Jenkins, but the build do not get started.  Is it because, there is build trigger related to build when a commit happens is missing in Jenkins 2.x New Job?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.