services.jenkins.plugins

NixOS option

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 in: nixos/modules/services/continuous-integration/jenkins/default.nixView source on NixOS/nixpkgs →