Hello,
Is there easy way to trigger Jenkins job/s when new message arrive in Amazon SQS. The use case, I am trying to cover is as follows:
Some other Amazon services will post messages in dedicated SQS queue, containing some specific information. I would like as soon as possible, the on premise Jenkins to start execution of job/s. Because of security restrictions, I am not able to start Jenkins job remotely, from Internet, so I am looking for a solution/plugin, which can pull the queue on a regular bases and if there is a new message, to continue with the other linked jobs. I found a plugin, which is doing what I want in regards of SQS - GitHub SQS Plugin, but it requires some GitHub involvement, which I do not need/have.
Do you have any suggestion how I can reach my goals here?
Thanks.