We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Paste the output here
any agent multiple listening ActiveMQSubscribers, each storing variable into different variable_name
ciBuildTrigger { noSquash(true) providers { providerDataEnvelope { providerData { activeMQSubscriber { name(Constants.RH_UMB_PROVIDER) overrides { topic(STANDALONE_TOPIC_NAME) } variable("STANDALONE_BUILD_CI_MESSAGE") } } } providerDataEnvelope { providerData { activeMQSubscriber { name(Constants.RH_UMB_PROVIDER) overrides { topic(STANDALONE_LPT_TOPIC_NAME) } variable("STANDALONE_LPT_CI_MESSAGE") } } } providerDataEnvelope { providerData { activeMQSubscriber { name(Constants.RH_UMB_PROVIDER) overrides { topic(CONTAINER_IMAGE_TOPIC_NAME) } checks { } variable("IMAGE_CI_MESSAGE") } } } } }
Each relevant message from Topic should end up in it's own variable.
All messages end up in default CI_MESSAGE
No response
The text was updated successfully, but these errors were encountered:
Any updates on this issue or when it expected be worked on?
Sorry, something went wrong.
No branches or pull requests
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
any agent
multiple listening ActiveMQSubscribers, each storing variable into different variable_name
Reproduction steps
Expected Results
Each relevant message from Topic should end up in it's own variable.
Actual Results
All messages end up in default CI_MESSAGE
Anything else?
No response
The text was updated successfully, but these errors were encountered: