contrib/jenkins
2017-08-16 20:50:14 +10:00
..
.footprint jenkins: initial import 2015-02-20 15:20:08 +00:00
.md5sum jenkins: 2.73 -> 2.74 2017-08-16 20:50:14 +10:00
.signature jenkins: 2.73 -> 2.74 2017-08-16 20:50:14 +10:00
jenkins.conf jenkins: initial import 2015-02-20 15:20:08 +00:00
jenkins.rc jenkins: initial import 2015-02-20 15:20:08 +00:00
Pkgfile jenkins: 2.73 -> 2.74 2017-08-16 20:50:14 +10:00
pre-install jenkins: 1.658 -> 2.71 FS#1443 thank you Alexandr Savca (chinarulezzz) 2017-07-29 19:16:51 +10:00
README jenkins: 1.658 -> 2.71 FS#1443 thank you Alexandr Savca (chinarulezzz) 2017-07-29 19:16:51 +10:00

README for jenkins


POST INSTALL

        noexec and /tmp troubleshooting
        -------------------------------

        Many simple exploits that are used against servers rely upon being able
        to execute commands in /tmp. As a security precaution, /tmp is mounted
        with noexec. This is a good thing and should generally stay this way,
        but jenkins doesn't think so, and it will give an error like:
        "UnsatisfiedLinkError: ... failed to map segment from shared object".

        In this situation, we need to edit file /usr/etc/jenkins.conf and add
        "-Djava.io.tmpdir=/your/chrooted/tmp" into JENKINS_JAVA_OPTIONS variable.