... | ... | @@ -4,6 +4,12 @@ |
|
|
## You can use whatever type of project you wish, in the example, we use Java since the project could contain Java for z/OS
|
|
|
# Create src folders
|
|
|
## src/main/zOS, make zOS folder in build path 'use as Source Folder'
|
|
|
### build source packages, for asm, BMS, cobol and eztrieve, have additional nodes, for example
|
|
|
#### com.ibm.cobol.v4opts#1 package can contain Cobol source to Compile with v4 and one set of Cobol Options
|
|
|
#### com.ibm.cobol.v4opts#2 package can contain Cobol source to Compile with v4 and another set of Cobol Options
|
|
|
#### com.ibm.cobol.v6opts package can contain Cobol source to Compile with v6
|
|
|
#### M more information see the "ProjectName".properties information below
|
|
|
|
|
|
## build, file build.groovy, which can be copied from the sample MortgageApplication/build
|
|
|
### There are no changes required to the build.groovy. It calls the zJenkins ZosAppBuild
|
|
|
## conf, has two files, package.txt and "Jenkins project Name".properties
|
... | ... | @@ -23,3 +29,13 @@ |
|
|
#### AssemblerOpts will override the default Assembler options for each source file specified
|
|
|
#### EztrieveOpts will override the default EasyTrieve options for each source file specified
|
|
|
#### Xpediter will cause Xpediter Compile to used, plus delete/defined the DDIO file
|
|
|
|
|
|
# Adding the source files to Eclipse project
|
|
|
## Download the source files
|
|
|
## Move them into the correct packages
|
|
|
## Add the correct suffix, for Cobol programs .cbl
|
|
|
|
|
|
# Update the package.txt and "Jenkins Project Name".properties files accordingly
|
|
|
# Create Jenkins project, [[Create Jenkins Project]]
|
|
|
# Save the project to Git server. See the Git repository or Git documentation
|
|
|
# Build the Jenkins project |