hudson.consoleTailKB actually work.
JENKINS-48593, Jenkins features controlled by system properties
Jenkins#getInstance() is now deprecated as its semantics have been a source of confusion for some time. Use #get() in typical cases and Jenkins#getInstanceOrNull() in rare cases (see Javadoc).
JENKINS-48638