aboutsummaryrefslogtreecommitdiff
path: root/pkgs/jenkinsUpdateCenter/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/jenkinsUpdateCenter/default.nix')
-rw-r--r--pkgs/jenkinsUpdateCenter/default.nix17
1 files changed, 17 insertions, 0 deletions
diff --git a/pkgs/jenkinsUpdateCenter/default.nix b/pkgs/jenkinsUpdateCenter/default.nix
new file mode 100644
index 0000000..f72dca1
--- /dev/null
+++ b/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}"