aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/services/continuous-integration/jenkins (follow)
Commit message (Expand)AuthorAgeFilesLines
* nixos/jenkins: Copy plugins as .jpi to fix initialization errorsAlex Whitt2019-09-171-1/+1
* treewide: Remove usage of isNullDaniel Schaefer2019-04-291-1/+1
* nixos/jenkins-job-builder: add accessTokenFile optionBjørn Forsman2018-12-031-1/+31
* nixos/jenkins-job-builder: stop reloadScript on errorBjørn Forsman2018-12-031-2/+4
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-201-1/+1
* nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink2018-06-302-4/+4
* jenkins: Add "java.awt.headless=true" to JDK options.Corey O'Connor2018-03-171-0/+2
* jenkins: Include Deja-Vu fonts in system environment to silence jenkins warning.Corey O'Connor2018-03-171-0/+5
* nixos/jenkins: ensure postStart follows redirectsBjørn Forsman2018-03-021-1/+1
* nixos/jenkins: add an option for the packageJames Earl Douglas2017-10-201-1/+8
* jenkins service: Add extraJavaOptions.Niklas Hambüchen2017-06-161-1/+10
* services.jenkins.plugins: fix initial caseMateusz Kowalczyk2017-05-221-2/+2
* jenkins service: add declarative plugin supportMateusz Kowalczyk2017-05-201-3/+34
* jenkins-job-builder: allow setting access tokens for reloadingWei Tang2017-03-061-4/+22
* jenkins: move $out/{lib => webapps}/jenkins.warBjørn Forsman2016-07-151-1/+1
* jenkins: move .war file from $out to $out/lib/jenkins.warBjørn Forsman2016-07-151-1/+1
* jenkins module: Check for 200 & 403 response codesFranz Pletz2016-05-131-2/+2
* jenkins service: improve curl call in postStartBjørn Forsman2016-05-031-2/+2
* jenkins service: remove unneeded (and brittle) part of postStartBjørn Forsman2016-05-031-8/+0
* Merge master into closure-sizeVladimír Čunát2016-03-081-10/+7
|\
| * Configure a default trust store for opensslGuillaume Maudoux2016-02-031-10/+7
* | Merge branch 'staging' into closure-sizeVladimír Čunát2016-01-192-1/+2
|\|
| * Add missing 'type', 'defaultText' and 'literalExample' in module definitionsThomas Strobel2016-01-172-1/+2
* | Merge branch 'master' into closure-sizeVladimír Čunát2015-12-312-6/+31
|\|
| * nixos/jenkins: fix typo in docstring (s/adress/address/)Bjørn Forsman2015-12-231-2/+2
| * nixos/jenkins: rename option 'host' to 'listenAddress'Bjørn Forsman2015-12-232-5/+5
| * jenkins-job-builder fix: use prefix and host from jenkins cfg, fixes #11897Augustin Borsu2015-12-231-1/+1
| * jenkins ci enhancement: add port and prefix optionAugustin Borsu2015-12-231-5/+30
* | Merge staging into closure-sizeVladimír Čunát2015-11-202-5/+181
|\|
| * nixos: add services.jenkins.jobBuilder optionBjørn Forsman2015-11-031-0/+155
| * nixos/jenkins: force .war (re)extraction at start-upBjørn Forsman2015-11-021-0/+5
| * nixos/jenkins: reduce default environmentBjørn Forsman2015-10-061-9/+19
| * nixos/jenkins: rework environment handlingBjørn Forsman2015-10-041-5/+11
* | curl: split into multiple outputsVladimír Čunát2015-10-131-2/+2
|/
* nixos: Replace pkgs.openssh with config.programs.ssh.packageWilliam A. Kennington III2015-06-261-1/+1
* types.uniq types.int -> types.intEelco Dolstra2015-06-151-1/+1
* nixos/jekins: add services.jenkins.extraGroups optionBjørn Forsman2014-09-121-0/+10
* nixos/jekins: rename option services.jenkins.{extraOpts => extraOptions}Bjørn Forsman2014-09-091-2/+2
* nixos/jenkins: remove use of types.string (it's deprecated)Bjørn Forsman2014-09-092-7/+7
* nixos/jenkins: add services.jenkins.extraOpts optionBjørn Forsman2014-09-091-1/+10
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-142-4/+4
* Fix tests broken due to the firewall being enabled by defaultEelco Dolstra2014-04-111-1/+1
* nixos/jenkins-service: fix 'group' option documentationBjørn Forsman2014-04-092-2/+4
* remove users.jenkins config start on slave config.Corey O'Connor2014-03-133-66/+93
* match systemd style and silent curl progress bar during startup checkCorey O'Connor2014-03-131-3/+3
* Add jenkins continuous integration server and user.Corey O'Connor2014-03-132-0/+158