Configure Jenkins to monitor an Amazon SQS queue for messages. Jenkins will start a new build
if a message is posted to the queue and the message's content matches this job's repository and
branch. The repository should be set up to post messages to the queue whenever changes are made.
Available queues can be configured in the System Configuration of
Jenkins.
Further documentation is available in the
SCM SQS Plugin repository on GitHub.