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

A Jenkins plugin which enables jenkins to generate job from templates automatically

License

Notifications You must be signed in to change notification settings

maxbraun/job-profiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Jenkins plugin which enables jenkins to generate job from templates automatically

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages