Auto-packaging Android with Jenkins
App packaging has always been done by developers during the submission of tests and final deployment. Because of the large size of the project and the slowness of Android packaging itself, each packaging is time consuming.And according to the rigorous R&D process, developers should only be responsible for submitting code. Packaging during ...
Posted by gwizz on Sat, 01 Jun 2019 19:43:21 +0200
Continuous integration using Jenkins (PHP code)
In the docker project, jenkins built by a single organization use gitlab web hook to integrate the project continuously. Note that this project is php project without build and test part. As for the test part, we will only carry out a submission and deployment function in the next section. This session will not talk about how to use docker to d ...
Posted by s_dhumal on Fri, 31 May 2019 21:06:13 +0200
Deployment of tomcat and Jenkins
Introduction to tomcat
Tomcat is a core project of Apache Software Foundation's Jakarta project. It is developed by Apache, Sun and other companies and individuals. Tomcat server is a free open source web application server, belonging to lightweight application server. JSP development and debugging is widely used in small and ...
Posted by papapax on Sun, 12 May 2019 04:08:58 +0200