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.
allocateDS
: Allocate Dataset Declarativestep([$class: 'AllocateDatasetStep'])
: [z/OS] - Allocate datasetdeleteDataset
: Delete Dataset or Dataset member Declarativestep([$class: 'DeleteDatasetStep'])
: [z/OS] - Delete dataset/memberdeleteDatasetsByMask
: Delete Datasets (bulk) by mask Declarativestep([$class: 'DeleteDatasetsByMaskStep'])
: [z/OS] - Delete datasets by maskstep([$class: 'DownloadDatasetStep'])
: [z/OS] - Download dataset/memberdownloadDS
: Download File DeclarativeperformTsoCommand
: Perform TSO command Declarativestep([$class: 'PerformTsoCommandStep'])
: [z/OS] - Perform TSO commandstep([$class: 'SubmitJobStep'])
: [z/OS] - Submit jobsubmitJob
: Submit Job DeclarativesubmitJobSync
: Submit Job Synchronously DeclarativewriteFileToMember
: Write file to Dataset Member DeclarativewriteFileToDS
: Write file to Dataset Declarativestep([$class: 'WriteFileToDatasetStep'])
: [z/OS] - Write file to datasetwriteFileToFile
: Write file to Unix file Declarativestep([$class: 'WriteFileToFileStep'])
: [z/OS] - Write file to USS filestep([$class: 'WriteFileToMemberStep'])
: [z/OS] - Write file to memberwriteToDS
: Write to Dataset Declarativestep([$class: 'WriteToDatasetStep'])
: [z/OS] - Write text to datasetwriteToFile
: Write to Unix file Declarativestep([$class: 'WriteToFileStep'])
: [z/OS] - Write text to USS filewriteToMember
: Write to Dataset Member Declarativestep([$class: 'WriteToMemberStep'])
: [z/OS] - Write text to memberzosmf
: ZosmfStepDeclarativeallocateDS
: Allocate Dataset Declarativedsn : String
dsOrg
PO
, POE
, PS
, VS
primary : int
secondary : int
recFm
F
, FB
, V
, VB
, U
, VSAM
, VA
failOnExist : boolean
alcUnit
(optional)
TRK
, CYL
avgBlk : int
(optional)
blkSize : int
(optional)
dataClass : String
(optional)
dirBlk : int
(optional)
dsModel : String
(optional)
dsnType
(optional)
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 datasetconnectionName : String
dsn : String
dsOrg
PO
, POE
, PS
, VS
primary : int
secondary : int
recFm
F
, FB
, V
, VB
, U
, VSAM
, VA
failOnExist : boolean
alcUnit
(optional)
TRK
, CYL
avgBlk : int
(optional)
blkSize : int
(optional)
dataClass : String
(optional)
dirBlk : int
(optional)
dsModel : String
(optional)
dsnType
(optional)
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 Declarativedsn : String
(optional)
failOnNotExist : boolean
(optional)
member : String
(optional)
step([$class: 'DeleteDatasetStep'])
: [z/OS] - Delete dataset/memberconnectionName : String
dsn : String
member : String
failOnNotExist : boolean
deleteDatasetsByMask
: Delete Datasets (bulk) by mask DeclarativefailOnNotExist : boolean
(optional)
mask : String
(optional)
step([$class: 'DeleteDatasetsByMaskStep'])
: [z/OS] - Delete datasets by maskconnectionName : String
dsnMask : String
failOnNotExist : boolean
step([$class: 'DownloadDatasetStep'])
: [z/OS] - Download dataset/memberconnectionName : String
dsn : String
returnEtag : boolean
(optional)
vol : String
(optional)
downloadDS
: Download File Declarativedsn : String
returnEtag : boolean
(optional)
vol : String
(optional)
step([$class: 'PerformTsoCommandStep'])
: [z/OS] - Perform TSO commandconnectionName : String
acct : String
command : String
step([$class: 'SubmitJobStep'])
: [z/OS] - Submit jobconnectionName : String
jobName : String
sync : boolean
checkRC : boolean
writeFileToMember
: Write file to Dataset Member Declarativedsn : String
member : String
file : String
step([$class: 'WriteFileToDatasetStep'])
: [z/OS] - Write file to datasetconnectionName : String
dsn : String
fileOption : String
localFilePath : String
(optional)
workspacePath : String
(optional)
writeFileToFile
: Write file to Unix file DeclarativedestFile : String
sourceFile : String
binary : boolean
(optional)
step([$class: 'WriteFileToFileStep'])
: [z/OS] - Write file to USS fileconnectionName : String
filePathUSS : String
binary : boolean
fileOption : String
localFilePath : String
(optional)
workspacePath : String
(optional)
step([$class: 'WriteFileToMemberStep'])
: [z/OS] - Write file to memberconnectionName : String
dsn : String
member : String
fileOption : String
localFilePath : String
(optional)
workspacePath : String
(optional)
step([$class: 'WriteToDatasetStep'])
: [z/OS] - Write text to datasetconnectionName : String
dsn : String
text : String
writeToFile
: Write to Unix file DeclarativedestFile : String
text : String
binary : boolean
(optional)
step([$class: 'WriteToFileStep'])
: [z/OS] - Write text to USS fileconnectionName : String
filePath : String
text : String
binary : boolean
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.