Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • P polycephaly
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Jerry Edgington
  • polycephaly
  • Wiki
  • Create Jenkins Project

Create Jenkins Project · Changes

Page history
Created Create Jenkins Project (markdown) authored Jan 31, 2019 by Jerry Edgington's avatar Jerry Edgington
Show whitespace changes
Inline Side-by-side
Create-Jenkins-Project.md 0 → 100644
View page @ 9336a7d5
# Create Jenkins project to run build using DBB, Git and Jenkins slave on z/OS
## For the example, create Jenkins Freestyle Project
### The Jenkins project name should be used in the Eclipse project folder /conf/"Jenkins Project Name".properties
## This is assuming Jenkins has been setup and all the necessary plugins have been installed
### See [[Installation and Setup Jenkins for z/OS]]
## Under Source Code Management
### You will need to use SSH protocol with Git on z/OS
#### Example: ssh://git@"Git server":7999/zos/mortgageapplication.git
#### Add z/OS credentials to access the repository from z/OS
#### You can added "branches to build". Format "*/release/v0.0.1*"
#### Default Git executable will work, provided Git is installed properly on z/OS
## Under Build
### Add Execute Groovy Script
#### Groovy Version - Pointing to DBB Groovy Tool definition. See [[Installation and Setup Jenkins for z/OS]]
#### Select "Groovy Script file"
#### enter "build/build.groovy"
#### In the Advanced section
##### Add the classpath "'DBB Home'/lib/*:'zJenkins Home'/lib/*
##### Add Java Opts "-Djava.library.path='DBB Home'/lib/*:'zJenkins Home'/lib/*
\ No newline at end of file
Clone repository
  • Convert PDS to zJenkins Project
  • Create Jenkins Project
  • Home
  • Installation and Setup Jenkins for z OS
  • Properties for Polycephaly
  • Require Software Tools and Installation
  • System.Properties