[JIRA] (JENKINS-38046) Gerrit Trigger Plugin Should be a Source for Multibranch Pipeline

2019-08-28 Thread jenkins...@munkyboy.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mike commented on  JENKINS-38046  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Gerrit Trigger Plugin Should be a Source for Multibranch Pipeline   
 

  
 
 
 
 

 
 Austin Phillips thanks for your solution! It's not multi-branch but it is working well for me.  
 

  
 
 
 
 

 
 
 

 
 
 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.174194.1473291533000.2292.1567030561304%40Atlassian.JIRA.


[JIRA] (JENKINS-57682) Support for declarative trigger

2019-05-25 Thread jenkins...@munkyboy.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mike assigned an issue to rsandell  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-57682  
 
 
  Support for declarative trigger   
 

  
 
 
 
 

 
Change By: 
 Mike  
 
 
Assignee: 
 Mike rsandell  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-57682) Support for declarative trigger

2019-05-25 Thread jenkins...@munkyboy.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mike assigned an issue to Mike  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-57682  
 
 
  Support for declarative trigger   
 

  
 
 
 
 

 
Change By: 
 Mike  
 
 
Assignee: 
 Mike  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-57682) Support for declarative trigger

2019-05-25 Thread jenkins...@munkyboy.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mike updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-57682  
 
 
  Support for declarative trigger   
 

  
 
 
 
 

 
Change By: 
 Mike  
 

  
 
 
 
 

 
 I am using dockerhub-notification-plugin version 2.4.0.I would like to be able to configure docker registry notifications for my declarative pipeline. i.e. { {pipeline { code:java } }{{  }}   pipeline { {    triggers { }}  {{    dockerhubTriggers dockerHub ()  } }  {{   } }}   { { code } }}    based on this similar commit in a different plugin, it seems simple? [https://github.com/jenkinsci/generic-webhook-trigger-plugin/commit/9d29aa90ffc2996738cdaca2415f1ef96e384524]  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-57682) Support for declarative trigger

2019-05-25 Thread jenkins...@munkyboy.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mike updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-57682  
 
 
  Support for declarative trigger   
 

  
 
 
 
 

 
Change By: 
 Mike  
 

  
 
 
 
 

 
 I am using dockerhub-notification-plugin version 2.4.0.I would like to be able to configure docker registry notifications for my declarative pipeline. i.e. ```    {{ pipeline { }}{{  }}  {{   triggers { }}  {{     dockerhubTriggers() }}  {{   } }}  {{ } }}  ```  based on this similar commit in a different plugin, it seems simple?[https://github.com/jenkinsci/generic-webhook-trigger-plugin/commit/9d29aa90ffc2996738cdaca2415f1ef96e384524]  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-57682) Support for declarative trigger

2019-05-25 Thread jenkins...@munkyboy.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mike created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-57682  
 
 
  Support for declarative trigger   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 dockerhub-notification-plugin  
 
 
Created: 
 2019-05-25 18:40  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Mike  
 

  
 
 
 
 

 
 I am using dockerhub-notification-plugin version 2.4.0. I would like to be able to configure docker registry notifications for my declarative pipeline. i.e. ``` pipeline {   triggers  {     dockerhubTriggers()   } } ```   based on this similar commit in a different plugin, it seems simple? https://github.com/jenkinsci/generic-webhook-trigger-plugin/commit/9d29aa90ffc2996738cdaca2415f1ef96e384524  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
   

[JIRA] (JENKINS-39615) Global Pipeline Libraries triggers the 'poll SCM' of jobs

2017-02-07 Thread jenkins...@munkyboy.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mike commented on  JENKINS-39615  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Global Pipeline Libraries triggers the 'poll SCM' of jobs   
 

  
 
 
 
 

 
 I ran into this problem as well. I found a workaround for my setup. I'm using bitbucket which offers a ssh and http clone url for repos. For the global library config, I use the http clone url. For the actual job tied the library (and corresponding bitbucket hook), I use the ssh url.  
 

  
 
 
 
 

 
 
 

 
 
 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] [job-dsl-plugin] (JENKINS-31891) Add support for git-tag-message plugin

2015-12-03 Thread jenkins...@munkyboy.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mike fake created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-31891 
 
 
 
  Add support for git-tag-message plugin  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  New Feature 
 
 
 

Assignee:
 
 Daniel Spilker 
 
 
 

Components:
 

 job-dsl-plugin 
 
 
 

Created:
 

 03/Dec/15 11:48 PM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Mike fake 
 
 
 
 
 
 
 
 
 
 
please add support for the git-tag-message plugin in job-dsl 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265)