This project was bootstrapped with Create React App.

A multi-jenkins-Jobs structure example

After clone & running the Seedjob repository (https://github.com/Dkra/jenkins-job-dsl-example) in jenkins, it will pull this repository and generate all jobs related to this Application.

Jenkins Folder Structure

- jenkins
    - jobA
        - seedJob.groovy
        - Jenkinsfile
    - jobB
        - seedJob.groovy
        - Jenkinsfile

seedJob.groovy: JobDSL plugin use this to generate job
Jenkinsfile: The pipeline scripts used by the generated job