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.
cloudBeesFlowCallRestApi
: CloudBees CD - Call REST APIcloudBeesFlowAssociateBuildToRelease
: CloudBees CD - Associate Build To ReleasecloudBeesFlowDeployApplication
: CloudBees CD - Deploy Applicationstep([$class: 'ElectricFlowGenericRestApi'])
: CloudBees CD - Call REST APIcloudBeesFlowRunPipeline
: CloudBees CD - Run PipelinecloudBeesFlowCreateAndDeployAppFromJenkinsPackage
: CloudBees CD - Create/Deploy Application from Deployment PackagecloudBeesFlowRunProcedure
: CloudBees CD - Run ProcedurecloudBeesFlowTriggerRelease
: CloudBees CD - Trigger ReleasecloudBeesFlowPublishArtifact
: CloudBees CD - Publish ArtifactcloudBeesFlowCallRestApi
: CloudBees CD - Call REST APIparameters
(optional)
key
String
value
String
body
(optional)
String
configuration
(optional)
String
envVarNameForResult
(optional)
String
httpMethod
(optional)
String
overrideCredential
(optional)
credentialId
String
urlPath
(optional)
String
cloudBeesFlowAssociateBuildToRelease
: CloudBees CD - Associate Build To Releaseconfiguration
(optional)
String
flowRuntimeId
(optional)
String
overrideCredential
(optional)
credentialId
String
projectName
(optional)
String
releaseName
(optional)
String
cloudBeesFlowDeployApplication
: CloudBees CD - Deploy ApplicationapplicationName
(optional)
String
applicationProcessName
(optional)
String
configuration
(optional)
String
deployParameters
(optional)
String
environmentName
(optional)
String
environmentProjectName
(optional)
String
overrideCredential
(optional)
credentialId
String
projectName
(optional)
String
runAndWaitOption
(optional)
checkInterval
(optional)
int
dependOnCdJobOutcome
(optional)
boolean
throwExceptionIfFailed
(optional)
boolean
validationTrigger
(optional)
String
step([$class: 'ElectricFlowGenericRestApi'])
: CloudBees CD - Call REST APIparameters
(optional)
key
String
value
String
body
(optional)
String
configuration
(optional)
String
envVarNameForResult
(optional)
String
httpMethod
(optional)
String
overrideCredential
(optional)
credentialId
String
urlPath
(optional)
String
cloudBeesFlowRunPipeline
: CloudBees CD - Run PipelineaddParam
(optional)
String
additionalOption
(optional)
class net.sf.json.JSONArray
configuration
(optional)
String
overrideCredential
(optional)
credentialId
String
pipelineName
(optional)
String
projectName
(optional)
String
runAndWaitOption
(optional)
checkInterval
(optional)
int
dependOnCdJobOutcome
(optional)
boolean
throwExceptionIfFailed
(optional)
boolean
cloudBeesFlowCreateAndDeployAppFromJenkinsPackage
: CloudBees CD - Create/Deploy Application from Deployment Packageconfiguration
String
filePath
"?" matches one character. Application.?ar will match both Application.war and Application.jar. "*" matches zero or more characters. Report.*ml will match Report.html and Report.xml. "**" matches zero or more 'directories' in a path. target/**/*.war will match all war files in any directory inside "target"To reference environment variable value, "$" should be used. For example, to reference the current build number: $BUILD_NUMBER.
String
overrideCredential
(optional)
credentialId
String
runAndWaitOption
(optional)
checkInterval
(optional)
int
dependOnCdJobOutcome
(optional)
boolean
throwExceptionIfFailed
(optional)
boolean
cloudBeesFlowRunProcedure
: CloudBees CD - Run Procedureconfiguration
(optional)
String
overrideCredential
(optional)
credentialId
String
procedureName
(optional)
String
procedureParameters
(optional)
String
projectName
(optional)
String
runAndWaitOption
(optional)
checkInterval
(optional)
int
dependOnCdJobOutcome
(optional)
boolean
throwExceptionIfFailed
(optional)
boolean
cloudBeesFlowTriggerRelease
: CloudBees CD - Trigger Releaseconfiguration
(optional)
String
overrideCredential
(optional)
credentialId
String
parameters
(optional)
String
projectName
(optional)
String
releaseName
(optional)
String
runAndWaitOption
(optional)
checkInterval
(optional)
int
dependOnCdJobOutcome
(optional)
boolean
throwExceptionIfFailed
(optional)
boolean
startingStage
(optional)
String
validationTrigger
(optional)
String
cloudBeesFlowPublishArtifact
: CloudBees CD - Publish ArtifactrepositoryName
String
artifactName
String
artifactVersion
String
filePath
"?" matches one character. Application.?ar will match both Application.war and Application.jar. "*" matches zero or more characters. Report.*ml will match Report.html and Report.xml. "**" matches zero or more 'directories' in a path. target/**/*.war will match all war files in any directory inside "target"To reference environment variable value, "$" should be used. For example, to reference the current build number: $BUILD_NUMBER.
String
configuration
String
overrideCredential
(optional)
credentialId
String
relativeWorkspace
(optional)
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.