-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
Ubuntu 18.04.1, Jenkins 2.150.2 packages obtained through
deb https://pkg.jenkins.io/debian-stable binary
-
-
2.335
The init script checks whether the installed java version is 1.8. If the version is correct, it prints a message to stderr:
Correct java version found
Especially if used from cron or similar, these messages are inconvenient. Anything that is not an error should not be printed to stderr.
Revised in packaging PR 266 (transition from System V init to systemd) to only print a message related to Java version if the Java version is not 1.8 and not 11.