Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-04-23 | (* BREAKING *) jenkins: allow custom plugins | Igor Pashev | 1 | -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-16 | pkgs.jenkinsUpdateCenter for simple overrides | Igor Pashev | 2 | -43083/+1 | |
2016-10-12 | jenkinsWithPlugins: sync update-center.actual.json | Igor Pashev | 1 | -479/+617 | |
2016-10-12 | jenkinsWithPlugins: recursion | Igor Pashev | 1 | -8/+16 | |
2016-10-12 | Typo | Igor Pashev | 1 | -1/+1 | |
2016-10-11 | Added Jenkins package composable with plugins | Igor Pashev | 3 | -0/+43109 | |