diff --git a/README.md b/README.md index c120d0d2..a044b790 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,11 @@ Welcome to the IBM Dependency Based Build (DBB) community repository. The helpfu ## Resources * [IBM Dependency Based Build Product Page](https://www.ibm.com/products/dependency-based-build) * [IBM DBB Documentation](https://www.ibm.com/docs/en/dbb) +* [IBM DBB zAppBuild](https://github.com/IBM/dbb-zappbuild) +* [IBM DevOps Acceleration Program Solution Page](https://ibm.github.io/z-devops-acceleration-program/) * [IBM zDevOps Community](https://community.ibm.com/community/user/ibmz-and-linuxone/groups/topic-home?CommunityKey=f36c1ced-7e79-43cd-897c-e798acfef4a4) * [IBM DBB Community](https://community.ibm.com/community/user/ibmz-and-linuxone/groups/topic-home/blog-entries?communitykey=20c9b889-9450-4ab6-8f11-8a5eb2b3342d) -* [IBM DBB zAppBuild](https://github.com/IBM/dbb-zappbuild) + ## Versions Branches and tags are used in this repository to help clarify the appropriate DBB version for the example scripts and snippets. diff --git a/Templates/Common-Backend-Scripts/README.md b/Templates/Common-Backend-Scripts/README.md index 7167033b..28b2e065 100644 --- a/Templates/Common-Backend-Scripts/README.md +++ b/Templates/Common-Backend-Scripts/README.md @@ -260,8 +260,8 @@ CLI parameter | Description -b `` | **Git branch** that is built. Used to compute various build properties such as the `--hlq` and build type. -p `` | (Optional) **Pipeline Type** to indicate a `build` pipeline (build only with test/debug options) or a `release` pipeline (build for optimized load modules), or if it runs in `preview` mode. -v | (Optional) zAppBuild verbose tracing flag. --t `` | (Optional) **zAppBuild Build Type** to specify the build type, such as `--fullBuild`, or `--impactBuild`. Arguments must be provided between quotes ()`-t '--fullBuild'`). Providing this parameter overrides the computation of the build type in the backend scripts. Can be used to initialize the DBB Metadatastore. --q `` |(Optional) **HLQ prefix**. Default is retrieved from the `pipelineBackend.config` file, which is set to the pipeline user executing the script. This parameter allows +-t `` | (Optional) **zAppBuild Build Type** to specify the build type, such as `--fullBuild`, or `--impactBuild`. Arguments must be provided between quotes - e.g.: `-t '--fullBuild'`. Providing this parameter overrides the computation of the build type in the backend scripts. For instance can be used to initialize the DBB Metadatastore. +-q `` |(Optional) **HLQ prefix**. Default is retrieved from the [pipelineBackend.config](pipelineBackend.config) file, if the configuration file is not modified - the default value is set to the user executing the script. **Pipeline type** diff --git a/Templates/README.md b/Templates/README.md index 0aee76f6..5be20698 100644 --- a/Templates/README.md +++ b/Templates/README.md @@ -1,6 +1,6 @@ # Pipeline Templates -This category provides templates to implement a CI/CD pipeline covering the entire development lifecycle. These assets are developed based on `The Git-based process you need for Mainframe development`. Please make yourself familiar with the proposed development process. +This category provides templates to implement a CI/CD pipeline covering the entire development lifecycle. These assets are developed based on [The Git-based process you need for Mainframe development](https://ibm.github.io/z-devops-acceleration-program/docs/git-branching-model-for-mainframe-dev) and help you to quickly setup your pipeline environment. Please make yourself familiar with the outlined Git branching model. ## Table of Contents Asset | Description | Documentation Link