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.

UrbanCode Velocity Plugin

step([$class: 'CheckGate']): UCV - Check Gate in UrbanCode Velocity

  • pipelineId : String
  • stageName : String
  • versionId : String
  • fatal : String

step([$class: 'UploadBuild']): UCV - Upload Build to UrbanCode Velocity

  • tenantId : String
  • id : String
  • name : String
  • versionName : String
  • revision : String
  • requestor : String
  • status : String
    One of start, in_progress, success, or failure.
  • startTime : String
  • endTime : String
  • appName : String
  • appId : String
  • appExtId : String
  • debug : boolean
  • fatal : boolean
    Fail build on failed upload (rather than just making build unstable).

step([$class: 'UploadDeployment']): UCV - Upload Deployment to UrbanCode Velocity

  • id : String
  • tenantId : String
  • name : String
  • result : String
    One of start, in_progress, success, or failure.
  • initiator : String
  • versionName : String
  • versionExtId : String
  • type : String
  • environmentId : String
  • environmentName : String
  • description : String
  • startTime : String
  • endTime : String
  • appName : String
  • appId : String
  • appExtId : String
  • debug : boolean
  • fatal : boolean
    Fail build on failed upload (rather than just making build unstable).

step([$class: 'UploadJUnitTestResult']): UCV - Upload JUnit Results to UrbanCode Velocity

  • properties
    • Type: java.util.Map<java.lang.String, java.lang.String>

step([$class: 'UploadMetricsFile']): UCV - Upload Metrics File to UrbanCode Velocity

  • tenantId : String
  • name : String
  • filePath : String
  • testSetName : String
  • environment : String
  • combineTestSuites : boolean
  • fatal : boolean
    Fail build on failed test upload (rather than just making build unstable).
  • debug : boolean
  • pluginType : String
  • dataFormat : String
  • recordName : String
  • metricDefinitionId : String
  • metricsRecordUrl : String
  • description : String
  • executionDate : String
    Time of execution that produced test results. Should be in Epoch milliseconds. Defaults to current time.
  • buildId : String
  • buildUrl : String
  • appId : String
  • appName : String
  • appExtId : String

Was this page helpful?

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.