NixOS / hydra

Hydra, the Nix-based continuous build system
http://nixos.org/hydra
GNU General Public License v3.0
1.16k stars 298 forks source link

Allow cloning of jobset to another project #132

Open rbvermaa opened 10 years ago

rbvermaa commented 10 years ago

Currently we can only clone a jobset that ends up in the same project.

domenkozar commented 8 years ago

Note: once https://github.com/NixOS/hydra/issues/314 is implemented, we can use CRUD API on the backend and just use frontend to allow this functionality. It should be easy to implement then.