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
41 stars 140 forks source link

Introduce a continueOnBuildFailure flag #257

Open dennis-behm opened 1 year ago

dennis-behm commented 1 year ago

Today, zAppBuild continues processing the build list when a build file led to an error state of the overall build.

I am proposing to introduce a new flag continueOnBuildFailure, to control the overall build process. Each language script needs to check the flag before processing the next file from the build list.