Continuous integration tool Jenkins

Jenkins is an open source software project. It is a continuous integration tool developed based on Java. It is used to monitor continuous and repetitive work. It aims to provide an open and easy-to-use software platform to make continuous software integration possible.

Deploying a project to a server is a hassle, and this hassle can be frequent. Jenkins is to make project deployment simple and automated.

install jenkins

It is recommended to use docker to install jenkins

docker run -p 8080:8080 -p 50000:50000 -v /your/home:/var/jenkins_home jenkins

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325642302&siteId=291194637