wucke13 / declarative-hydra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

declarative-hydra-example

An example illustrating declarative hydra projects

How it works

  1. You configure a declarative project in Hydra once with values:
  • Declarative spec file: spec.json
  • Declarative input type: Git checkout, your git url
  1. Hydra fetches the spec.json from your repository.
  2. Hydra creates the .jobsets jobset in your project, based on spec.json
  3. Hydra builds the jobsets job in the .jobsets jobset
  4. Hydra replaces all jobsets in your project by the jobset specifications it has built + the spec.json jobset with name .jobsets

The last step will be repeated every time the .jobsets/jobsets job is done.

About


Languages

Language:Nix 100.0%