Skip to content

Commit d3225e7

Browse files
M-DLBdennis-behm
andauthored
Uplift RunIDZCodeReview script to use JobExec instead of JCLExec (#269)
* Switched to JobExec * Documented the dependency to DBB 2.0.1 Signed-off-by: Mathieu Dalbin <mathieu.dalbin@fr.ibm.com> Co-authored-by: Dennis Behm <dennis.behm@de.ibm.com>
1 parent f70b0a4 commit d3225e7

File tree

2 files changed

+123
-148
lines changed

2 files changed

+123
-148
lines changed

Pipeline/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ CreateUCDComponentVersion | This sample reads the DBB Build Report to generate a
99
DeployUCDComponentVersion | This sample can be use to deploy an application component version into a specific environment. | [DeployUCDComponentVersion/README.md](DeployUCDComponentVersion/README.md)
1010
PackageBuildOutputs | This sample creates a TAR file with the build outputs referenced in a DBB Build Report. Additionally, it contains a sample to Upload/Download to Artifactory. | [PackageBuildOutputs/README.md](PackageBuildOutputs/README.md)
1111
PublishSharedInterfaces | This sample script implements a publishing mechanism of interfaces to a common git repository for shared interfaces. | [PublishSharedInterfaces/README.md](PublishSharedInterfaces/README.md)
12-
RunIDZCodeReview | This sample reads the DBB Build Report, assembles an JCL to run IDZ Code Review on Z/OS in Batch. | [RunIDZCodeReview/README.md](RunIDZCodeReview/README.md)
12+
RunIDZCodeReview | This sample reads the DBB Build Report, assembles an JCL to run IDZ Code Review on Z/OS in Batch. Requires DBB 2.0.1 as it uses JobExec API. | [RunIDZCodeReview/README.md](RunIDZCodeReview/README.md)
1313
SimplePackageDeploy | This sample script is capable of untaring the tar package produced by [PackageBuildOutputs](PackageBuildOutputs) and deploy the tar package contents to the target libraries. | [SimplePackageDeploy/README.md](SimplePackageDeploy/README.md)

0 commit comments

Comments
 (0)