Posted onEdited onInJenkinsViews: Disqus: Symbols count in article: 1.2kReading time ≈2 mins.
Intro Jenkins
這篇介紹Jenkins - The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project.
Intro Jenkins
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Jenkins provides users with a Web GUI to operate.
Jenkins plugin: Jenkins provides thousands of plugins to meet your multiple needs. https://plugins.jenkins.io/](https://plugins.jenkins.io/
What can you doin Jenkins: - Build tomcat war - Deploy tomcat war - Use ansible - Run shell script - Check config with ansible
How to build Jenkins: We use docker to build jenkins and use volume to keep config. So it's easy for rebuild when your jenkins is dead and also easy for upgrade.