@Initializer(before = PLUGINS_PREPARED)
 public static void init(Jenkins h) throws IOException {
   h.getLog().load();
 }