summary refs log tree commit diff
path: root/nixos/modules/services/continuous-integration/jenkins/default.nix
Commit message (Expand)AuthorAge
* nixos/doc: clean up defaults and examplesNaïm Favier2021-10-04
* treewide: Port type adaptationsDaniel Nagy2021-08-11
* nixos/modules/jenkins: Add option to add CLIPamplemousse2021-06-14
* nixos/jenkins: switch to openjdk11 as openjdk14 is not supportedAugustin Borsu2020-10-04
* treewide: use attrs instead of list for types.loaOf optionsrnhmjoj2020-01-06
* nixos/jenkins: Copy plugins as .jpi to fix initialization errorsAlex Whitt2019-09-17
* treewide: Remove usage of isNullDaniel Schaefer2019-04-29
* nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink2018-06-30
* jenkins: Add "java.awt.headless=true" to JDK options.Corey O'Connor2018-03-17
* jenkins: Include Deja-Vu fonts in system environment to silence jenkins warning.Corey O'Connor2018-03-17
* nixos/jenkins: ensure postStart follows redirectsBjørn Forsman2018-03-02
* nixos/jenkins: add an option for the packageJames Earl Douglas2017-10-20
* jenkins service: Add extraJavaOptions.Niklas Hambüchen2017-06-16
* services.jenkins.plugins: fix initial caseMateusz Kowalczyk2017-05-22
* jenkins service: add declarative plugin supportMateusz Kowalczyk2017-05-20
* jenkins: move $out/{lib => webapps}/jenkins.warBjørn Forsman2016-07-15
* jenkins: move .war file from $out to $out/lib/jenkins.warBjørn Forsman2016-07-15
* jenkins module: Check for 200 & 403 response codesFranz Pletz2016-05-13
* jenkins service: improve curl call in postStartBjørn Forsman2016-05-03
* jenkins service: remove unneeded (and brittle) part of postStartBjørn Forsman2016-05-03
* Merge master into closure-sizeVladimír Čunát2016-03-08
|\
| * Configure a default trust store for opensslGuillaume Maudoux2016-02-03
* | Merge branch 'staging' into closure-sizeVladimír Čunát2016-01-19
|\|
| * Add missing 'type', 'defaultText' and 'literalExample' in module definitionsThomas Strobel2016-01-17
* | Merge branch 'master' into closure-sizeVladimír Čunát2015-12-31
|\|
| * nixos/jenkins: fix typo in docstring (s/adress/address/)Bjørn Forsman2015-12-23
| * nixos/jenkins: rename option 'host' to 'listenAddress'Bjørn Forsman2015-12-23
| * jenkins ci enhancement: add port and prefix optionAugustin Borsu2015-12-23
* | Merge staging into closure-sizeVladimír Čunát2015-11-20
|\|
| * nixos/jenkins: force .war (re)extraction at start-upBjørn Forsman2015-11-02
| * nixos/jenkins: reduce default environmentBjørn Forsman2015-10-06
| * nixos/jenkins: rework environment handlingBjørn Forsman2015-10-04
* | curl: split into multiple outputsVladimír Čunát2015-10-13
|/
* nixos: Replace pkgs.openssh with config.programs.ssh.packageWilliam A. Kennington III2015-06-26
* types.uniq types.int -> types.intEelco Dolstra2015-06-15
* nixos/jekins: add services.jenkins.extraGroups optionBjørn Forsman2014-09-12
* nixos/jekins: rename option services.jenkins.{extraOpts => extraOptions}Bjørn Forsman2014-09-09
* nixos/jenkins: remove use of types.string (it's deprecated)Bjørn Forsman2014-09-09
* nixos/jenkins: add services.jenkins.extraOpts optionBjørn Forsman2014-09-09
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
* Fix tests broken due to the firewall being enabled by defaultEelco Dolstra2014-04-11
* nixos/jenkins-service: fix 'group' option documentationBjørn Forsman2014-04-09
* remove users.jenkins config start on slave config.Corey O'Connor2014-03-13
* match systemd style and silent curl progress bar during startup checkCorey O'Connor2014-03-13
* Add jenkins continuous integration server and user.Corey O'Connor2014-03-13