-
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.
[JENKINS-55696] Debian/Ubuntu init script prints debug messages to stderr
Component/s | New: packaging [ 20120 ] | |
Component/s | Original: core [ 15593 ] |
Released As | New: 2.335 | |
Assignee | New: Basil Crow [ basil ] | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
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.