启动 Jenkins 服务器的最佳方式是什么

What is the best way to launch Jenkins Server

在 linux 中启动 jenkins 服务器的最佳方式是什么?

是通过在tomcat中部署.war文件还是通过jenkins安装

这真的取决于多少流量和构建数量。

我用 tomcat 8 和 nginx 作为网络服务器启动我的。我使用 this 作为指导。

我通过 cron 启动它,因为我每天都会重新启动 tomcat 实例。

我已经使用这两种方式来启动 Jenkins 服务器,但我更喜欢在任何 Web 容器中部署 Jenkins war 文件。 它帮助我非常轻松地管理和升级 Jenkins。