jenkins-bootstrap-shared
jenkins-bootstrap-shared copied to clipboard
Logging within init scripts
Some init scripts such as those disabling Jenkins CLI should probably write a startup log informing the user what was done.
import java.util.logging.Logger
Logger logger = Logger.getLogger('')
logger.info('Some informative message.')