IBM / dbb-zappbuild

zAppBuild is a generic build solution for building z/OS applications using Apache Groovy build scripts and IBM Dependency Based Build (DBB) APIs.
Apache License 2.0
40 stars 123 forks source link

New commandline option to specify the applicationConfiguration to name DBB objects #450

Open dennis-behm opened 7 months ago

dennis-behm commented 7 months ago

This is delivering a fix for #143 and allows the pipeline design to explicitly specify the application configuration, which is typically the branch that is built.

A general recommendation is to specify the applicationConfiguration and avoid any necessary git magic to obtain the current configuration.

If the parameter is specified it is used to calculate the collection names and the build group name for the pipeline build.

Link #345