Skip to content

Commit

Permalink
Uplift RunIDZCodeReview script to use JobExec instead of JCLExec (#269)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
M-DLB and dennis-behm authored Aug 26, 2024
1 parent f70b0a4 commit d3225e7
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 148 deletions.
2 changes: 1 addition & 1 deletion Pipeline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ CreateUCDComponentVersion | This sample reads the DBB Build Report to generate a
DeployUCDComponentVersion | This sample can be use to deploy an application component version into a specific environment. | [DeployUCDComponentVersion/README.md](DeployUCDComponentVersion/README.md)
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)
PublishSharedInterfaces | This sample script implements a publishing mechanism of interfaces to a common git repository for shared interfaces. | [PublishSharedInterfaces/README.md](PublishSharedInterfaces/README.md)
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)
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)
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)
Loading

0 comments on commit d3225e7

Please sign in to comment.