diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-04-23 23:23:23 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-04-23 23:30:56 +0300 |
commit | 8b483e2e16517660dec8495628a4f5ed051b4262 (patch) | |
tree | f232d00d405940966f87135bc4a6d27e82c908e6 /modules/apps | |
parent | c52c7f7e8859b02f8678aabbccb0316811c68fd2 (diff) | |
download | nixsap-8b483e2e16517660dec8495628a4f5ed051b4262.tar.gz |
(* BREAKING *) jenkins: allow custom plugins
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 ...
])
Diffstat (limited to 'modules/apps')
0 files changed, 0 insertions, 0 deletions