services.jenkins.environment

NixOS option

Additional environment variables to be passed to the jenkins process. As a base environment, jenkins receives NIX_PATH from environment.sessionVariables, NIX_REMOTE is set to “daemon” and JENKINS_HOME is set to the value of services.jenkins.home. This option has precedence and can be used to override those mentioned variables.

type: attribute set of string
Default
{ }
declared in: nixos/modules/services/continuous-integration/jenkins/default.nixView source on NixOS/nixpkgs →