[JIRA] (JENKINS-39946) Support for publishing to SNS

2016-11-24 Thread thorsten.hoe...@hoegernet.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thorsten Hoeger resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 released with version 1.3  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-39946  
 
 
  Support for publishing to SNS   
 

  
 
 
 
 

 
Change By: 
 Thorsten Hoeger  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 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-39946) Support for publishing to SNS

2016-11-24 Thread thorsten.hoe...@hoegernet.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thorsten Hoeger closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39946  
 
 
  Support for publishing to SNS   
 

  
 
 
 
 

 
Change By: 
 Thorsten Hoeger  
 
 
Status: 
 Resolved 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-39946) Support for publishing to SNS

2016-11-22 Thread mdougl...@kixeye.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matthew Douglass commented on  JENKINS-39946  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support for publishing to SNS   
 

  
 
 
 
 

 
 Ended up very straightforward, sent you a PR with basic functionality at https://github.com/jenkinsci/pipeline-aws-plugin/pull/1. Send any suggestions/changes my way.  
 

  
 
 
 
 

 
 
 

 
 
 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-39946) Support for publishing to SNS

2016-11-22 Thread mdougl...@kixeye.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matthew Douglass commented on  JENKINS-39946  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support for publishing to SNS   
 

  
 
 
 
 

 
 I'll be looking through it this evening and I'll let you know. Thanks!  
 

  
 
 
 
 

 
 
 

 
 
 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-39946) Support for publishing to SNS

2016-11-22 Thread thorsten.hoe...@hoegernet.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thorsten Hoeger commented on  JENKINS-39946  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support for publishing to SNS   
 

  
 
 
 
 

 
 Sure, sounds good. Do you need further information or would you be able to start implementing?  
 

  
 
 
 
 

 
 
 

 
 
 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-39946) Support for publishing to SNS

2016-11-22 Thread mdougl...@kixeye.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matthew Douglass commented on  JENKINS-39946  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support for publishing to SNS   
 

  
 
 
 
 

 
 We used the sns notifier plugin previously to send a notification at the start and end of the build with a custom subject and body (which we made json).  Sadly, that one doesn't seem to support pipeline and may have lapsed support.  For this proposed functionality, I'd actually like to be able to send custom messages at any point during the build, not just begin/end. For example, I know already I'd like to send them before/after input requests to notify that the input is waiting.   
 

  
 
 
 
 

 
 
 

 
 
 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-39946) Support for publishing to SNS

2016-11-22 Thread thorsten.hoe...@hoegernet.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thorsten Hoeger commented on  JENKINS-39946  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support for publishing to SNS   
 

  
 
 
 
 

 
 Hi, can you elaborate on the features this SNS support would have? Did you check other SNS plugins for Jenkins? I would love to support more use cases in this plugin and I would gladly approve a pull request that fits in the 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-39946) Support for publishing to SNS

2016-11-22 Thread mdougl...@kixeye.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matthew Douglass created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39946  
 
 
  Support for publishing to SNS   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Thorsten Hoeger  
 
 
Components: 
 pipeline-aws-plugin  
 
 
Created: 
 2016/Nov/22 7:53 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Matthew Douglass  
 

  
 
 
 
 

 
 Would love to have support for publishing notifications to SNS. Any plans for this? Or would you consider a pull request that supported it?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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