Hello,
I am still fighting with the SQS and Jenkins integration. Looking around, i found the plugin SCM SQS Plugin (
here). After all, I have managed to install it but nothing changed in the Jenkins - according to the readme document, in "
Jenkins > Manage Jenkins > Configure System" should be available configuration section for SQS. It is not here so I am not able to configure it. I have tried with latest Jenins 1.* and with the newest one. In both, there is nothing. Please help/advise.
My goal is to trigger a job, when new message appears in the SQS queue but not initialized by SQS but to use so called pull queue technology - my Jenkins to be the active side. Something like the old fashion SVN plugins. if there is no exist plugin, i am planning to write a simple Java code, which to be executed by Jenkins in defined time interval - 5 minutes for example. I think it is a ugly solution so could someone propose better approach (I afraid I do not have the resources to develop my own plugin).
Thanks in advance,
Mladen