Skip to content
This repository has been archived by the owner on Oct 21, 2018. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 1.21 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.21 KB

Jenkins Job-Profiles

Basically we wan't to spend more time to develop great stuff instead of manage the whole day Jenkins jobs. I wrote this Jenkins plugin which enables us to manage all our Jenkins jobs on at a specific point with the power of Jenkins plugins.

Requirements

  1. A list of all your software projects (=assets) you want to manage, with an ID, name, SCM-url, and optionally an category. Example list.
  2. Profiles, like in our example repository. Each profile contains one or more XML-files which representing the Jenkins Job Configuration.

To provide more projectspecific informations we're trying to read / parse projects like maven or composer.

Concept

Iterate throw the list of projects, find the right profile, parse the profile with the projects informations and send it to jenkins.

Build Status

Deprecation Warning

Since there are new options to automate the process of creating a job or update it, like the job-dsl-plugin, this plugin is not needed anymore.