Code_Coverage_Download_Metrics.ps1


This script uses the following parameters and will use CodeCoverageCLI.bat to download Code Coverage results from the mainframe to the workspace.

Parameter

Description

[string]$workspaceRoot

Folder to use as workspace for the AzureDevOps pipeline

[string]$hostUri

Mainframe host name or IP address

[string]$hostPort

HCI port

[string]$hostUser

Mainframe (TSO) Userid

[string]$hostPassword

Mainframe password

[string]$hostCodePage

Mainframe code page

[string]$ispwApplication

Code Pipeline application (passed into the process by the Code Pipeline webhook)

[string]$ccRepo

Code Coverage repository to use

[string]$ccSystem

Code Coverage system to get data for

[string]$ccTestid

Code Coverage test id to get data for

[string]$ccDdio

Optional override DDIO file

[string]$cliPath

Location of the Topaz CLI on the machine the local agent executes on


 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC AMI DevX Mainframe DevOps