Verified Commit df15e48c authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

define JENKINS_HOME before using it



all those "log gc" options never really worked because JENKINS_HOME was
not defined and so leaded only to messages like
    OpenJDK 64-Bit Server VM warning: Cannot open file /gc-2017-12-11_17-04-12.log due to Permission denied
during startup.

While on it also move them into a subdirectory.

Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent c9889701