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
(optional)
Continuum API token. When specified, this value has precedence over selected credential.
String
credentialsId
(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.
String
definition
(optional)
String
environmentVariables
(optional)
String
group
(optional)
String
instanceName
(optional)
String
markUnstable
(optional)
boolean
project
(optional)
String
ctmPostPiData
: Post data to the workspace on a running Continuum pipeline instance.serverUrl
String
apiToken
(optional)
Continuum API token. When specified, this value has precedence over selected credential.
String
credentialsId
(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.
String
key
(optional)
The key to set in the workspace data.
String
markUnstable
(optional)
boolean
pi
(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.
String
useLastPi
(optional)
boolean
value
(optional)
Value for the specified key.
String
ctmSetPiData
: Set workspace data on a running Continuum pipeline instance.serverUrl
String
apiToken
(optional)
Continuum API token. When specified, this value has precedence over selected credential.
String
credentialsId
(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.
String
key
(optional)
The key to set in the workspace data.
String
markUnstable
(optional)
boolean
pi
(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.
String
useLastPi
(optional)
boolean
value
(optional)
Value for the specified key.
String
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.