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.

Table of Contents

Zowe zDevOps

allocateDS: Allocate Dataset Declarative

  • dsn : String
  • dsOrg
    • Values: PO, POE, PS, VS
  • primary : int
  • secondary : int
  • recFm
    • Values: F, FB, V, VB, U, VSAM, VA
  • failOnExist : boolean
  • alcUnit (optional)
    • Values: TRK, CYL
  • avgBlk : int (optional)
  • blkSize : int (optional)
  • dataClass : String (optional)
  • dirBlk : int (optional)
  • dsModel : String (optional)
  • dsnType (optional)
    • Values: LIBRARY, HFS, PDS, LARGE, BASIC, EXTREQ, EXTPREF
  • lrecl : int (optional)
  • mgntClass : String (optional)
  • storClass : String (optional)
  • unit : String (optional)
  • volser : String (optional)

step([$class: 'AllocateDatasetStep']): [z/OS] - Allocate dataset

  • connectionName : String
  • dsn : String
  • dsOrg
    • Values: PO, POE, PS, VS
  • primary : int
  • secondary : int
  • recFm
    • Values: F, FB, V, VB, U, VSAM, VA
  • failOnExist : boolean
  • alcUnit (optional)
    • Values: TRK, CYL
  • avgBlk : int (optional)
  • blkSize : int (optional)
  • dataClass : String (optional)
  • dirBlk : int (optional)
  • dsModel : String (optional)
  • dsnType (optional)
    • Values: LIBRARY, HFS, PDS, LARGE, BASIC, EXTREQ, EXTPREF
  • lrecl : int (optional)
  • mgntClass : String (optional)
  • storClass : String (optional)
  • unit : String (optional)
  • volser : String (optional)

deleteDataset: Delete Dataset or Dataset member Declarative

  • dsn : String (optional)
  • failOnNotExist : boolean (optional)
  • member : String (optional)

step([$class: 'DeleteDatasetStep']): [z/OS] - Delete dataset/member

  • connectionName : String
  • dsn : String
  • member : String
  • failOnNotExist : boolean

deleteDatasetsByMask: Delete Datasets (bulk) by mask Declarative

  • failOnNotExist : boolean (optional)
  • mask : String (optional)

step([$class: 'DeleteDatasetsByMaskStep']): [z/OS] - Delete datasets by mask

  • connectionName : String
  • dsnMask : String
  • failOnNotExist : boolean

step([$class: 'DownloadDatasetStep']): [z/OS] - Download dataset/member

  • connectionName : String
  • dsn : String
  • returnEtag : boolean (optional)
  • vol : String (optional)

downloadDS: Download File Declarative

  • dsn : String
  • returnEtag : boolean (optional)
  • vol : String (optional)

performTsoCommand: Perform TSO command Declarative

  • acct : String
  • command : String

step([$class: 'PerformTsoCommandStep']): [z/OS] - Perform TSO command

  • connectionName : String
  • acct : String
  • command : String

step([$class: 'SubmitJobStep']): [z/OS] - Submit job

  • connectionName : String
  • jobName : String
  • sync : boolean
  • checkRC : boolean

submitJob: Submit Job Declarative

  • fileToSubmit : String

submitJobSync: Submit Job Synchronously Declarative

  • fileToSubmit : String

writeFileToMember: Write file to Dataset Member Declarative

  • dsn : String
  • member : String
  • file : String

writeFileToDS: Write file to Dataset Declarative

  • dsn : String
  • file : String

step([$class: 'WriteFileToDatasetStep']): [z/OS] - Write file to dataset

  • connectionName : String
  • dsn : String
  • fileOption : String
  • localFilePath : String (optional)
  • workspacePath : String (optional)

writeFileToFile: Write file to Unix file Declarative

  • destFile : String
  • sourceFile : String
  • binary : boolean (optional)

step([$class: 'WriteFileToFileStep']): [z/OS] - Write file to USS file

  • connectionName : String
  • filePathUSS : String
  • binary : boolean
  • fileOption : String
  • localFilePath : String (optional)
  • workspacePath : String (optional)

step([$class: 'WriteFileToMemberStep']): [z/OS] - Write file to member

  • connectionName : String
  • dsn : String
  • member : String
  • fileOption : String
  • localFilePath : String (optional)
  • workspacePath : String (optional)

writeToDS: Write to Dataset Declarative

  • dsn : String
  • text : String

step([$class: 'WriteToDatasetStep']): [z/OS] - Write text to dataset

  • connectionName : String
  • dsn : String
  • text : String

writeToFile: Write to Unix file Declarative

  • destFile : String
  • text : String
  • binary : boolean (optional)

step([$class: 'WriteToFileStep']): [z/OS] - Write text to USS file

  • connectionName : String
  • filePath : String
  • text : String
  • binary : boolean

writeToMember: Write to Dataset Member Declarative

  • dsn : String
  • member : String
  • text : String

step([$class: 'WriteToMemberStep']): [z/OS] - Write text to member

  • connectionName : String
  • dsn : String
  • member : String
  • text : String

zosmf: ZosmfStepDeclarative

  • connectionName : 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.