I have Jenkins under firewall and private organization repository on github.
I would like to setup Amazon SQS to trigger builds, everything seems to be ok, but the builds are simply not triggered, and it seems that plugin does not receive messages from SQS.
Under System Configuration i have configures Amazon SQS Profiles, and Test Access shows success:
Verified SQS Queue
https://sqs.eu-west-1.amazonaws.com/XXXXXXX/GitHubI also have selected "Manually manage the Github SQS hook" and configured it under github - i can see that github posts message to my SQS queue via Amazon AWS Console.
And i have selected "Build when a message is published to an SQS Queue" when configuring my job.
But nothing happens. On "SQS Activity Log" i simply see one line:
"Polling has not run yet."
Any ideas?
Jenkins ver. 1.550
GitHub API Plugin 1.44
GitHub Plugin 1.8
GitHub SQS Build Trigger Plugin 1.5
Jenkins GIT plugin 2.0.1