Headless continuous integration with Jenkins

后端 未结 11 925
陌清茗
陌清茗 2020-12-09 04:20

I’m trying to set up Jenkins on a RackSpace ArchLinux Cloud Server, but I’ve been unable to.

Whenever I try to access Jenkins site, I get this error:



        
11条回答
  •  南方客
    南方客 (楼主)
    2020-12-09 04:48

    Having an ArchLinux 64 bit headless server, I have successfully configured jenkins to work by following steps:

    1. Installed ttf-dejavu package
    2. Installed fontconfig packages
    3. added to /etc/conf.d/tomcat7:

      CATALINA_OPTS="-Djava.awt.headless=true"

提交回复
热议问题