I have configured a job that will be triggered when messages are written to a given AWS SQS queue. I've defined the job with the required sqs parameters (sqs_body, sqs_messageId, sqs_bodyMD5, and sqs_receiptHandle). I have other hidden parameters that I would also like to pass along. Is this possible?
I see that SQS message attributes get passed on as dynamic sqs_parameters (https://github.com/ops-guru/aws-sqs-plugin/blob/JENKINS-47551-Message_attributes/src/main/java/io/relution/jenkins/awssqs/SQSTrigger.java#L211-L230), but I'm referring to non-sqs related job parameters (ie, hidden parameters). Thanks, Ann -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/bb36cdda-e954-4d2d-8895-cd47c31a6fef%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
