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

Links to IBM DevOps Acceleration Program Solution Page #186

Merged
merged 2 commits into from
Nov 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions Templates/Common-Backend-Scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ CLI parameter | Description
-b `<branch>` | **Git branch** that is built. Used to compute various build properties such as the `--hlq` and build type.
-p `<build/release/preview>` | (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 `<buildTypeArgument>` | (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 `<hlqPrefix>` |(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 `<buildTypeArgument>` | (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 `<hlqPrefix>` |(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**

Expand Down
2 changes: 1 addition & 1 deletion Templates/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down