aboutsummaryrefslogtreecommitdiff
path: root/modules/apps/jenkins
AgeCommit message (Collapse)AuthorFilesLines
2018-09-15Support node configuration in JenkinsIgor Pashev2-0/+24
Similar to jobs.
2018-08-16Add new Jenkins option `master-access-control`Igor Pashev2-1/+15
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-01Jenkins: configure java.util.loggingIgor Pashev2-0/+3
2017-11-26(*BREAKING*) Jenkins: set user home directoryIgor Pashev2-1/+7
BREAKING: user is now read-only
2017-11-26(*BREAKING*) Jenkins: introduce java propertiesIgor Pashev2-12/+24
Just like in Cassandra. First of all `hudson.model.DirectoryBrowserSupport.CSP` is needed. BREAKING: `jre` -> `jre.package`
2017-11-25Remove spaceIgor Pashev1-1/+1
2017-11-25Jenkins app: fix key extractionIgor Pashev1-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-24Jenkins: allow spaces in job nameIgor Pashev1-2/+5
2017-05-17jenkins: get better looking pathIgor Pashev1-2/+2
2017-05-08Jenkins: define SHELLIgor Pashev1-0/+1
For the Jenkins user it's usually `nologin`, so we have to override it.
2017-01-16jenkins: explicit path for findIgor Pashev1-1/+1
shellcheck started complaining. Similar to b99beab2b48d3bc8130602d6e8907d8acb3deab3
2016-10-16jenkins: set java.io.tmpdirIgor Pashev1-0/+4
jetty is used to spamming into tmpdir
2016-10-16jenkins: pick up only unique job filesIgor Pashev1-4/+4
2016-10-13Do not filter keys at application levelIgor Pashev1-4/+3
It's done in the nixsap.deployment module See b24ae5d345aa84bdba20efbb4a14ddfc9bf39873
2016-10-11Added Jenkins appIgor Pashev2-0/+242