commit | 8bfd2bfd27611f22af748463f0e73d041ad36e96 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Tue Oct 06 16:28:32 2015 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Tue Oct 06 16:40:56 2015 +0200 |
tree | 2fbe99eed8301785c3a62fa55ec0e911172df194 |
Initial commit
diff --git a/metadata/service/slave/single.yml b/metadata/service/slave/single.yml new file mode 100644 index 0000000..cc9690c --- /dev/null +++ b/metadata/service/slave/single.yml
@@ -0,0 +1,16 @@ +applications: +- jenkins +parameters: + jenkins: + slave: + enabled: true + pkgs: false + sudo: false + scripts: [] + master: + host: 127.0.0.1 + port: 8080 + protocol: http + user: + name: admin + password: ${_secret:jenkins_admin_password}