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.
For a list of other such plugins, see the Pipeline Steps Reference page.
ctmInitiatePipeline
: Initiate a Continuum Pipeline Definition with matching 'key' information.serverUrl : String
apiToken : String
(optional)
Continuum API token. When specified, this value has precedence over selected credential.
credentialsId : String
(optional)
Select the credential that contains the Continuum API key as password. If not specified, the value of CTM_CRED_ID environment variable will be used.
definition : String
(optional)
environmentVariables : String
(optional)
group : String
(optional)
instanceName : String
(optional)
markUnstable : boolean
(optional)
project : String
(optional)
ctmPostPiData
: Post data to the workspace on a running Continuum pipeline instance.serverUrl : String
apiToken : String
(optional)
Continuum API token. When specified, this value has precedence over selected credential.
credentialsId : String
(optional)
Select the credential that contains the Continuum API key as password. If not specified, the value of CTM_CRED_ID environment variable will be used.
key : String
(optional)
The key to set in the workspace data.
markUnstable : boolean
(optional)
pi : String
(optional)
The ids of continuum pipelines (comma-separated) to post the data to. If this parameter is not provided, the pipelines that are initiated in the current run will be used.
useLastPi : boolean
(optional)
value : String
(optional)
Value for the specified key.
ctmSetPiData
: Set workspace data on a running Continuum pipeline instance.serverUrl : String
apiToken : String
(optional)
Continuum API token. When specified, this value has precedence over selected credential.
credentialsId : String
(optional)
Select the credential that contains the Continuum API key as password. If not specified, the value of CTM_CRED_ID environment variable will be used.
key : String
(optional)
The key to set in the workspace data.
markUnstable : boolean
(optional)
pi : String
(optional)
The ids of continuum pipelines (comma-separated) to set the data on. If this parameter is not provided, the pipelines that are initiated in the current run will be used.
useLastPi : boolean
(optional)
value : String
(optional)
Value for the specified key.
Please submit your feedback about this page through this quick form.
Alternatively, if you don't wish to complete the quick form, you can simply indicate if you found this page helpful?
See existing feedback here.