Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-15 | Support node configuration in Jenkins | Igor Pashev | 1 | -0/+15 | |
Similar to jobs. | |||||
2018-08-16 | Add new Jenkins option `master-access-control` | Igor Pashev | 1 | -0/+3 | |
True by default, i. e. enable slave to master access control See https://wiki.jenkins.io/display/JENKINS/Slave+To+Master+Access+Control | |||||
2017-12-01 | Jenkins: configure java.util.logging | Igor Pashev | 1 | -0/+2 | |
2017-11-26 | (*BREAKING*) Jenkins: set user home directory | Igor Pashev | 1 | -1/+6 | |
BREAKING: user is now read-only | |||||
2017-11-26 | (*BREAKING*) Jenkins: introduce java properties | Igor Pashev | 1 | -7/+11 | |
Just like in Cassandra. First of all `hudson.model.DirectoryBrowserSupport.CSP` is needed. BREAKING: `jre` -> `jre.package` | |||||
2017-11-25 | Remove space | Igor Pashev | 1 | -1/+1 | |
2017-11-25 | Jenkins app: fix key extraction | Igor Pashev | 1 | -1/+3 | |
Make sure files are captured into Nix store so that Nix daemon can access them and run xinclude2nix (which is still silently ignoring unreachable files). | |||||
2017-05-24 | Jenkins: allow spaces in job name | Igor Pashev | 1 | -2/+5 | |
2017-05-17 | jenkins: get better looking path | Igor Pashev | 1 | -2/+2 | |
2017-05-08 | Jenkins: define SHELL | Igor Pashev | 1 | -0/+1 | |
For the Jenkins user it's usually `nologin`, so we have to override it. | |||||
2017-01-16 | jenkins: explicit path for find | Igor Pashev | 1 | -1/+1 | |
shellcheck started complaining. Similar to b99beab2b48d3bc8130602d6e8907d8acb3deab3 | |||||
2016-10-16 | jenkins: set java.io.tmpdir | Igor Pashev | 1 | -0/+4 | |
jetty is used to spamming into tmpdir | |||||
2016-10-16 | jenkins: pick up only unique job files | Igor Pashev | 1 | -4/+4 | |
2016-10-13 | Do not filter keys at application level | Igor Pashev | 1 | -4/+3 | |
It's done in the nixsap.deployment module See b24ae5d345aa84bdba20efbb4a14ddfc9bf39873 | |||||
2016-10-11 | Added Jenkins app | Igor Pashev | 1 | -0/+149 | |