简体   繁体   English

启动Jenkins Server的最佳方法是什么

[英]What is the best way to launch Jenkins Server

What is the best way to launch jenkins server in linux ? 在Linux中启动jenkins服务器的最佳方法是什么?

Is it through deploying .war file in tomcat or through jenkins installation 是通过在tomcat中部署.war文件还是通过jenkins安装

It really depends how much traffic and number of builds. 这实际上取决于多少流量和内部版本数。

I launch mine with tomcat 8 and nginx as the webserver. 我以Tomcat 8和Nginx作为Web服务器启动我的。 I used this as my guide. 以此为指导。

I launch it via cron because on a daily basis I restart the tomcat instance. 我通过cron启动它,因为每天我都会重新启动tomcat实例。

I have used both ways to launch Jenkins server but I prefer to deploy Jenkins war file inside any web container. 我已经使用两种方法来启动Jenkins服务器,但是我更喜欢在任何Web容器内部署Jenkins war文件。 It helps me to manage and upgrade Jenkins very easily. 它帮助我非常轻松地管理和升级Jenkins。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在Linux服务器上共享CruiseControl配置的最佳方法是什么? - What is the best way to share cruisecontrol configurations on a Linux server? 在生产服务器上使用subversion使文件生效的最佳方法是什么? - What is the best way to make files live using subversion on a production server? 在Windows 7中运行Linux虚拟服务器的最佳方法是什么? - What's the best way to run a Linux virtual server in Windows 7? 在 linux 服务器上保存完整网页的最佳方法是什么? - What's the best way to save a complete webpage on a linux server? 在单服务器应用程序中使用memcache的最佳方法是什么? - What's the best way to use memcache with a single-server app? 什么是擦除参数的最佳方法 - what the best way to erase parameters 通过控制台在远程服务器上测试 Kafka 代理/主题的最佳简便方法是什么? - What is the best easy way to test Kafka broker/topics on the remote server by console? 通过Jenkins在远程执行脚本的最佳方法是什么 - What is the best method to execute script on remote via Jenkins 在Eclipse CDT中为远程调试启动部署文件的正确方法是什么? - What is the right way to deploy files for a remote debug launch in Eclipse CDT? 保证此类SSH连接的最佳方法是什么? - What is the best way to guarantee this type of SSH connection?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM