aboutsummaryrefslogtreecommitdiff
path: root/modules/pkgs/jenkinsUpdateCenter/default.nix
blob: f72dca133de85b01dfa76ce7206e68435ae1cc05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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}"