aboutsummaryrefslogtreecommitdiff
path: root/modules/pkgs/jenkins.nix
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2016-10-11 22:15:42 +0300
committerIgor Pashev <pashev.igor@gmail.com>2016-10-11 22:19:48 +0300
commit592dee8bef92debede3724bf5ddbf8249c30c488 (patch)
treeff712306134e04625938ef112a3a3f8084c65c3d /modules/pkgs/jenkins.nix
parent1a4d734a4110a05e08b88b539b7ea4939d2d1c36 (diff)
downloadnixsap-592dee8bef92debede3724bf5ddbf8249c30c488.tar.gz
Added Jenkins package composable with plugins
Diffstat (limited to 'modules/pkgs/jenkins.nix')
-rw-r--r--modules/pkgs/jenkins.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/pkgs/jenkins.nix b/modules/pkgs/jenkins.nix
new file mode 100644
index 0000000..46cb06a
--- /dev/null
+++ b/modules/pkgs/jenkins.nix
@@ -0,0 +1 @@
+{ jenkinsWithPlugins }: jenkinsWithPlugins (_: [])