Re: [Nix-dev] Jenkins declarative jobs?

2015-10-22 Thread Bjørn Forsman
On 11 October 2015 at 09:22, Игорь Пашев wrote: > Gorgot this > https://github.com/zalora/microgram/blob/master/pkgs/jenkins/default.nix > > We also have some nix expressions for xml configs but those are very > specific and do not cover many things. Did you consider

Re: [Nix-dev] Jenkins declarative jobs?

2015-10-22 Thread Bjørn Forsman
On 9 October 2015 at 10:37, Bjørn Forsman wrote: > Hi all, > > I've been thinking of creating a sub-module for Jenkins, allowing jobs > to be defined in nix. Pull request: https://github.com/NixOS/nixpkgs/pull/10551 Feedback welcome. - Bjørn

Re: [Nix-dev] Jenkins declarative jobs?

2015-10-12 Thread Bjørn Forsman
Thanks for the input. - Bjørn ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Jenkins declarative jobs?

2015-10-11 Thread Игорь Пашев
Gorgot this https://github.com/zalora/microgram/blob/master/pkgs/jenkins/default.nix We also have some nix expressions for xml configs but those are very specific and do not cover many things. ___ nix-dev mailing list nix-dev@lists.science.uu.nl

[Nix-dev] Jenkins declarative jobs?

2015-10-09 Thread Bjørn Forsman
Hi all, I've been thinking of creating a sub-module for Jenkins, allowing jobs to be defined in nix. AFAICT, the best options would be using either Jenkins Job Builder (JJB) or Jenkins DSL Plugin. The problem with the latter is that it requires a plugin for Jenkins, so I'm leaning towards

Re: [Nix-dev] Jenkins declarative jobs?

2015-10-09 Thread Rok Garbas
Quoting Bjørn Forsman (2015-10-09 10:37:24) > Hi all, > > I've been thinking of creating a sub-module for Jenkins, allowing jobs > to be defined in nix. > > AFAICT, the best options would be using either Jenkins Job Builder > (JJB) or Jenkins DSL Plugin. The problem with the latter is that it >