services.jenkins.plugins
A set of plugins to activate. Note that this will completely
remove and replace any previously installed plugins. If you
have manually-installed plugins that you want to keep while
using this module, set this option to
null. You can generate this set with a
tool such as jenkinsPlugins2nix.
- Type
null or (attribute set of package)- Default
null- Example
import path/to/jenkinsPlugins2nix-generated-plugins.nix { inherit (pkgs) fetchurl stdenv; }- Declared
- <nixpkgs/nixos/modules/services/continuous-integration/jenkins/default.nix>