You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: Pipeline/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,5 +9,5 @@ CreateUCDComponentVersion | This sample reads the DBB Build Report to generate a
9
9
DeployUCDComponentVersion | This sample can be use to deploy an application component version into a specific environment. | [DeployUCDComponentVersion/README.md](DeployUCDComponentVersion/README.md)
10
10
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)
11
11
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)
13
13
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