CloudBees CD/RO Groovy API commands / PipelineParameter

PipelineParameter

Parameter passed to the invoked pipeline.
pipelineParameterName
Stringrequired
value
Stringoptional

Usage

Groovy

import com.electriccloud.client.groovy.models.PipelineParameter def arg = new PipelineParameter( pipelineParameterName: "pipelineParameterName-value" /* optional arguments */ )