|
||||||||
|
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... [email protected] (JIRA)
- [JIRA] (JENKINS-15854) github-sqs-p... [email protected] (JIRA)
- [JIRA] (JENKINS-15854) github-sqs-p... [email protected] (JIRA)
- [JIRA] (JENKINS-15854) github-sqs-p... [email protected] (JIRA)
- [JIRA] (JENKINS-15854) github-sqs-p... [email protected] (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?