The following plugin provides functionality available through
Pipeline-compatible steps. Read more about how to integrate steps into your
Pipeline in the
Steps
section of the
Pipeline Syntax
page.
Optional alternative Execution Manager configuration. If provided, these parameters override those specified in Jenkins global configuration.
Nested Object
url
url
Type:String
credentials
credentials
Type:String
bookmark (optional)
Select this to run a predefined bookmark configured on the Execution Manager via the Management Studio.
Nested Object
name
name
Type:String
folder
folder (optional)
Type:String
execParams (optional)
Optional execution request parameters. Both a key and value must be specified. The value can refer to Jenkins environment variables using this syntax - ${JENKINS_ENV_VAR}. For example - ${BUILD_ID}.
Nested Object
list
list (optional)
Array / List of Nested Object
key
key
Type:String
value
value
Type:String
postExecute (optional)
Optional post execution action. To perform any post action, provide action name along with the need parameters.
Nested Object
action
action
Type:String
params
params
Type:String
processList (optional)
Select this to execute a list of Certify processes without creating a request or bookmark first.
Nested Object
database
database
Alias name of the Certify connection saved in Management Studio > Configuration > Certify Configuration.
Type:String
project
project
Certify project where processes reside.
Type:String
processes
processes
List of the fully qualified path to each process.
Array / List of Nested Object
processPath
processPath
Type:String
folder
folder
Folder where Certify Results will be saved. If not specified, results go to the root results folder.
Type:String
requestName
requestName
Name given to the request execution.
Type:String
request (optional)
Select this to run a predefined request configured on the Execution Manager.
Nested Object
name
name
Type:String
waitConfig (optional)
Optional execution request wait configuration. Both the polling interval and maximum run time must be specified in seconds.