Jenkins should not deploy installer GUI to headless SSH Agents

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      Slave Installer module installs GUI to any SlaveComputer type for which any SlaveInstallerFactory is able to provide SlaveInstallerFactory. For unix agents we have launchd, upstart and systemd factories in modules, which contribute this installer.

      There is no much sense to install GUI to headless agents. According to the analysis by campbellr, such issue may be also one of the culprits ofĀ JENKINS-27514, because GUI installation happens synchronously in onOnline() listeners.Ā 

      Code links:

      Proposal

      • Jenkins should not try to install GUI if the agent runs in the headless mode.
      • If required, add forward-compatible API in Jenkins-coreĀ for that (e.g. Default method to SlaveComputer or Launcher)

            Assignee:
            Unassigned
            Reporter:
            Oleg Nenashev
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: