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

Misleading message in verbose output during lookup of last successful build result #489

Closed
dennis-behm opened this issue Mar 19, 2024 · 1 comment · Fixed by #490
Closed

Comments

@dennis-behm
Copy link
Member

The message

** No previous successful topic branch build result. Retrieving last successful main branch build result.

is misleading for the hotfix and feature branches in epic / release maintenance workflows.

Users want to understand the actual name of the main build group which is used to lookup the last successful build.

if (lastBuildResult == null && props.topicBranchBuild){
// if this is the first topic branch build get the main branch build result
if (props.verbose) println "** No previous successful topic branch build result. Retrieving last successful main branch build result."
String mainBranchBuildGroup = "${props.application}-${props.mainBuildBranch}"
lastBuildResult = metadataStore.getLastBuildResult(mainBranchBuildGroup, BuildResult.COMPLETE, BuildResult.CLEAN)
}

@dennis-behm
Copy link
Member Author

Delivered via zAppBuild 3.8.0

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 a pull request may close this issue.

1 participant