Branch: refs/heads/master
Home: https://github.com/NixOS/nixpkgs
Commit: 78b6e8c3199c1ce8ad4744cb90b47e94739083da
https://github.com/NixOS/nixpkgs/commit/78b6e8c3199c1ce8ad4744cb90b47e94739083da
Author: Bjørn Forsman <[email protected]>
Date: 2016-05-03 (Tue, 03 May 2016)
Changed paths:
M nixos/modules/services/continuous-integration/jenkins/default.nix
Log Message:
-----------
jenkins service: improve curl call in postStart
* Perform HTTP HEAD request instead of full GET (lighter weight)
* Don't log output of curl to the journal (it's noise/debug)
* Use explicit http:// URL scheme
* Reduce poll interval from 10s to 2s (respond to state changes
quicker). Probably not relevant on boot (lots of services compete for
the CPU), but online service restarts/reloads should be quicker.
* Pass --fail to curl (should be more robust against false positives)
* Use 4 space indent for shell code.
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits