Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Hudson-ci/Planning/Job Templates

Hudson Continuous Integration Server
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source
Hudson-bust.png Planning: Job Templates











Overview

This page is for discussing the "Job Templates" feature. It is sometime also known as cascading jobs


Requirements

Details are comming later, but the high level requirements are


  1. It must be visible in the job which values are inherited and from where
  2. It must be possible to remove a specialization in a job reverting to the inherited value
  3. It must be able to mark a job as "template" so it is possible to define triggers in them, without the triggers actually triggering on these incomplete jobs
  4. In these template jobs it must be possible to specify which values are "exported" and which is unset.
  5. Multiple inheritence must be possible. 

Back to the top