Jenkins Job Builder

“Jenkins Job Builder” is the source for obtaining information from jenkins job definitions repositories. It’s supported only with Jenkins CI/CD system.

Usage

To following is a configuration sample of how to configure the ‘Jenkins Job Builder’ source

environments:                          # List of CI/CD environments
  production:                          # An environment called "production"
    production_jenkins:                # A single system called "production_jenkins"
      system_type: jenkins             # The type of the system (jenkins or zuul)
      sources:                         # List of sources belong to "production_jenkins" system
        jjb:                           # The name of the source which belongs to "production_jenkins" system
          driver: jenkins_job_builder  # The driver the source will be using
          repos:                       # List of repositories where the job definitions are located
              - url: 'https://jjb_repo_example.git'

Plugin Support

The ‘Jenkins Job Builder’ source is supported by the following built-in plugins:

  • OpenStack