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

Adds CICS Resource builder build capability to zAppbuild #350

Closed odttlnt closed 1 year ago

odttlnt commented 1 year ago

This request extends the functionality of the build by allowing users to build CICS resource definitions in yaml format. The changes will allow the CICS yaml formatted file to be build by the CICS Resource builder tool. It will generate an artefact which will be in the legacy CSD format. This artefact can then be used in a DFHCSDUP job to apply the changes to the CICS region. The PR is a part of the Infrastructure as code effort. The PR consists of CRB. groovy file for doing the build and its corresponding properties files CRB.properties. It also includes updates to the README files.