In a nutshell, Jenkins is the leading open source automation server. Built with Java, it provides hundreds of plugins to support building, testing, deploying and automation for virtually any project
Prerequisite
Java
Apache Tomcat
Installation
Download .war file
https://jenkins-ci.org/
http://mirrors.jenkins-ci.org/war/latest/jenkins.war
copy to webapps in tomcat
[root@master webapps]# pwd
/usr/apache-tomcat/webapps
[root@master webapps]#
Restart tomcat
No comments:
Post a Comment