|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
[JIRA] (JENKINS-15854) github-sqs-plugin amazon sns
andrei.pozolo...@gmail.com (JIRA) Mon, 19 Nov 2012 17:20:45 -0800
- [JIRA] (JENKINS-15854) github-sqs-plugin... andrei.pozolo...@gmail.com (JIRA)
- [JIRA] (JENKINS-15854) github-sqs-p... andrei.pozolo...@gmail.com (JIRA)
- [JIRA] (JENKINS-15854) github-sqs-p... aaronpwal...@gmail.com (JIRA)
- [JIRA] (JENKINS-15854) github-sqs-p... andrei.pozolo...@gmail.com (JIRA)
- [JIRA] (JENKINS-15854) github-sqs-p... aaronpwal...@gmail.com (JIRA)
Aaron: thanks for considering this.
yes, you are right, I expect to use SNS -> SQS subscriptions
but for audit trail purposes I also want to deliver
github push to SNS -> email or http subscriptions
in other words, notification chain is like this:
1. github -> SNS
2. SNS -> SQS
3. SNS -> http post
4. SNS -> email send
5. SQS -> jenkins pull
am I making sense?