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.

Publish Over CIFS

step([$class: 'CifsPromotionPublisherPlugin']): Send build artifacts to a windows share

Send build artifacts to a windows share as a build step during a promotion process
  • publishers
      Array / List of Nested Object
    • configName : String
    • verbose : boolean
    • transfers
        Array / List of Nested Object
      • sourceFiles : String
      • excludes : String
      • remoteDirectory : String
      • removePrefix : String
      • remoteDirectorySDF : boolean
      • flatten : boolean
      • cleanRemote : boolean
      • noDefaultExcludes : boolean
      • makeEmptyDirs : boolean
      • patternSeparator : String
    • useWorkspaceInPromotion : boolean
    • usePromotionTimestamp : boolean
    • retry
        Nested Object
      • retries : int
      • retryDelay : long
    • label
        Nested Object
      • label : String
  • continueOnError : boolean
  • failOnError : boolean
  • alwaysPublishFromMaster : boolean
  • masterNodeName : String
  • paramPublish
      Nested Object
    • parameterName : String

cifsPublisher: Send build artifacts to a windows share

Send build artifacts to a windows share
  • alwaysPublishFromMaster : boolean (optional)
  • continueOnError : boolean (optional)
  • failOnError : boolean (optional)
  • masterNodeName : String (optional)
  • paramPublish (optional)
      Nested Choice of Objects
    • $class: 'BapFtpParamPublish'
      • parameterName : String
        The name of the parameter or environment variable that will contain the expression for matching the labels.
    • $class: 'BapSshParamPublish'
      • parameterName : String
        The name of the parameter or environment variable that will contain the expression for matching the labels.
  • publishWhenFailed : boolean (optional)
  • publishers (optional)
      Array / List of Nested Object
    • configName : String
    • verbose : boolean
    • transfers
        Array / List of Nested Object
      • sourceFiles : String
      • excludes : String
      • remoteDirectory : String
      • removePrefix : String
      • remoteDirectorySDF : boolean
      • flatten : boolean
      • cleanRemote : boolean
      • noDefaultExcludes : boolean
      • makeEmptyDirs : boolean
      • patternSeparator : String
    • useWorkspaceInPromotion : boolean
    • usePromotionTimestamp : boolean
    • retry
        Nested Object
      • retries : int
      • retryDelay : long
    • label
        Nested Object
      • label : 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.