Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Add inheritance/overrides to jobs #84

Open
crimsonknave opened this issue Oct 23, 2015 · 0 comments
Open

Add inheritance/overrides to jobs #84

crimsonknave opened this issue Oct 23, 2015 · 0 comments

Comments

@crimsonknave
Copy link
Contributor

In order to let people DRY things, we should have a way to inherit and/or override settings on a job.

To do this properly, we will need to come up with a way to override a single builder instead of having to override all of the builders since it's an array.

- job:
    name: 'New-{{name}}-Commit'
    base_job: '{{name}}-Commit'
    overrides:
      builders:
        1: shell_command: 'new command'
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant