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
    • Type: String
  • stageName
    • Type: String
  • versionId
    • Type: String
  • fatal
    • Type: String

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

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

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

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

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