Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 1.2 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.2 KB

PROJECT NOT UNDER ACTIVE MANAGEMENT

This project will no longer be maintained by Intel.

This project has been identified as having known security escapes.

Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project.

Intel no longer accepts patches to this project. This project contains the source code of the "Inheritance Plugin" for Jenkins.

The source code is released under the LGPL v3. You can find the full licence text in the LICENCE file.

The purpose of this plugin is to bring true inheritance of properties between multiple job definitions to Jenkins. This allows you to define common properties only once and inherit them to multiple projects. Ideal candidates for this are, for example, the SCM setup, common pre-build and post-build steps as well as cleanup and logging properties.

It also offers a simple versioning system, allowing you to easily go back to a past version of any job configuration and test new features without affecting the runtime.

If you wish to see a video presenting the major features of this project and how to use them, go watch this video tutorial: http://youtu.be/DNUI7DRi6XE

Have fun!