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

BXMSPROD-1231 UMB message body with project version #344

Closed
wants to merge 3 commits into from

Conversation

Ginxo
Copy link
Contributor

@Ginxo Ginxo commented Dec 30, 2021

https://issues.redhat.com/browse/BXMSPROD-1231

@radtriste just consider to change the QE side consuming the UMB message
from builtProjects: ['projectA', 'projectB'] to builtProjects: {'projectA': 'versionX', 'projectB': 'versionY'}

@@ -72,7 +76,7 @@ pipeline {
stage('Generate Properties Files') {
steps {
script {
if(env.ALREADY_BUILT_PROJECTS?.trim()) {
if(PME_EXECUTION_RESULT?.size()) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if(PME_EXECUTION_RESULT?.size()) {
if(PME_EXECUTION_RESULT) {

should be enough there or ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could be the case where map is empty and if(PME_EXECUTION_RESULT) so the size will assure the PME_EXECUTION_RESULT will have real content

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well if map is empty, if(PME_EXECUTION_RESULT) will consider false

.ci/jenkins/Jenkinsfile.prod.nightly Outdated Show resolved Hide resolved
@radtriste
Copy link
Contributor

@Ginxo any status there ?

@Ginxo
Copy link
Contributor Author

Ginxo commented Nov 7, 2022

@radtriste this is out of date I will propose a new one (most probably today)

@Ginxo
Copy link
Contributor Author

Ginxo commented Nov 8, 2022

@Ginxo Ginxo closed this Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants