aboutsummaryrefslogtreecommitdiff
path: root/modules/pkgs/jenkinsUpdateCenter/default.nix
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2016-10-16 12:18:31 +0300
committerIgor Pashev <pashev.igor@gmail.com>2016-10-16 12:18:31 +0300
commit2a1cb909dec7feb1fc6a3530bd9d70cd3de82884 (patch)
tree910925d944cc7f4b0d83fd70b59a9732fd6ac600 /modules/pkgs/jenkinsUpdateCenter/default.nix
parentb40e89f23632d3fabe95bbf214bb77a32567b3d9 (diff)
downloadnixsap-2a1cb909dec7feb1fc6a3530bd9d70cd3de82884.tar.gz
pkgs.jenkinsUpdateCenter for simple overrides
Diffstat (limited to 'modules/pkgs/jenkinsUpdateCenter/default.nix')
-rw-r--r--modules/pkgs/jenkinsUpdateCenter/default.nix17
1 files changed, 17 insertions, 0 deletions
diff --git a/modules/pkgs/jenkinsUpdateCenter/default.nix b/modules/pkgs/jenkinsUpdateCenter/default.nix
new file mode 100644
index 0000000..f72dca1
--- /dev/null
+++ b/modules/pkgs/jenkinsUpdateCenter/default.nix
@@ -0,0 +1,17 @@
+{}:
+
+/*
+ This package exists to override Jenkins easily.
+ You override this package instead of jenkinsWithPlugins.
+ You even can fetch from Jenkins site directly.
+*/
+
+
+/*
+ jq to make it human readable:
+ curl https://updates.jenkins-ci.org/current/update-center.actual.json | jq . > update-center.actual.json
+*/
+
+
+# capture into nix store to track changes:
+"${./update-center.actual.json}"