aboutsummaryrefslogtreecommitdiff
path: root/modules/pkgs/jenkinsWithPlugins/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2018-12-11(* HUGE *) Use nixpkgs overlaysIgor Pashev1-128/+0
2017-04-23(* BREAKING *) jenkins: allow custom pluginsIgor Pashev1-38/+67
Plugin function should now return an attribute set instead of a list. Each plugin is now a derivation, not a plain attribute set. Now: pkgs.jenkinsWithPlugins (plugins: { inherit (plugins) BlameSubversion ... ; inherit (pkgs) my-plugin; }) Before: pkgs.jenkinsWithPlugins (plugins: [ plugins.BlameSubversion ... ])
2016-10-16pkgs.jenkinsUpdateCenter for simple overridesIgor Pashev1-7/+1
2016-10-12jenkinsWithPlugins: recursionIgor Pashev1-8/+16
2016-10-12TypoIgor Pashev1-1/+1
2016-10-11Added Jenkins package composable with pluginsIgor Pashev1-0/+97