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

Question - How to build a list of Programs without updating MetadataStore #333

Open
FALLAI-Denis opened this issue Mar 16, 2023 · 1 comment
Labels
question Further information is requested

Comments

@FALLAI-Denis
Copy link

Hi,

We have a use case where we would like to build a list of items (programs or other types of items), without updating the MetadataStore nor store build results.

That is to say, do a --userBuild but on a list of elements and not a single isolated element.

This use case is a priori not explicitly described in the documentation.

Is the "--userBuild aFileList.txt" syntax supported and will provide the expected result?

Reading the code of the build.groovy script, createBuildList function, it seems to be possible, but would there be other things to consider?

Thanks.

@dennis-behm dennis-behm added the question Further information is requested label Mar 16, 2023
@dennis-behm
Copy link
Member

Hi Denis,

yes, you can pass a <buildList>.txt. Based on the file extension, zAppBuild is going over the list.

--userBuild is the only option, which will skip connecting to the metadata store.

Obviously, it will also not create an entry in the build result group for any future impactBuilds.

You might also read : https://github.com/IBM/dbb-zappbuild/wiki/Forcing-files-to-be-built

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

No branches or pull requests

2 participants