Skip to content
New issue

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

Storing variable is never used, always ends up in default CI_MESSAGE #246

Open
michalxo opened this issue Oct 12, 2022 · 1 comment
Open
Labels

Comments

@michalxo
Copy link

Jenkins and plugins versions report

Environment
Paste the output here

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

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")
                                    }
                                }
                            }
                        }
}

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

@michalxo michalxo added the bug label Oct 12, 2022
@tlbueno
Copy link

tlbueno commented Dec 2, 2022

Any updates on this issue or when it expected be worked on?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants