Front end applications such as React/Vue are automatically packaged and upgraded through jenkins, and the whole process is demonstrated (more than 10000 words are a little long)

At present, the development environment is managed by the front-end team. There are more and more version distribution projects. I decided to develop a set of jinkens automatic packaging and deployment. After searching online, they are too old or unavailable. After three days of research, I finally completed it and wrote it down and shared it w ...

Added by venkyphp on Wed, 09 Mar 2022 00:35:23 +0200

Kubernetes implementation of master slave distributed construction scheme

catalogue 1. Defects of traditional Jenkins master slave scheme 2.Kubernates+Docker+Jenkins continuous integration architecture diagram 3. Benefits of kubernates + docker + Jenkins continuous integration scheme 4. Kubedm installation Kubernetes 5. Installation environment description 6. Install and configure NFS and harbor configuration ...

Added by jrbush82 on Tue, 08 Mar 2022 21:14:11 +0200

Back end composition before continuous integration of Jenkins microservices (SpringCloud microservices)

1, Pull image and publish application 1. Install the Publish Over SSH plug-in Publish Over SSH plug-in can send Shell commands remotely, and Jenkins needs to be restarted after installation 2. Configure remote deployment server Copy the public key and copy it to the production server on the Jenkins server [root@jenkins ~]# cd .ssh/ [r ...

Added by gushy on Sat, 05 Mar 2022 09:22:02 +0200

Interface automation test -- build Jmeter+Ant+Jenkins + email in win10 system

1, Tool preparation jmeter5.2.1. Download from the official website: http://jmeter.apache.org/download_jmeter.cgi ant-1.10.8, download from the official website: https://ant.apache.org/bindownload.cgi jenkins2.235.1 (windows version), download from the official website: https://www.jenkins.io/download/ (if the network is not good, you may no ...

Added by MuseiKaze on Thu, 03 Mar 2022 18:08:15 +0200

OCLint + Jenkins + SonarQube build iOS code static analysis system

background With the increasing amount of code and the expansion of the team, when we want to iterate quickly, we often want to get the requirements online as soon as possible, resulting in the code is not very standardized, leaving a pile of technical debt over a long time, and the quality of the code is not guaranteed. So I began to try some ...

Added by yelvington on Sun, 27 Feb 2022 13:40:45 +0200

Microservices have everything from code to k8s deployment (k8s deployment)

We will use a series to explain the complete practice of microservices from requirements to online, from code to k8s deployment, from logging to monitoring. The whole project uses the micro services developed by go zero, which basically includes go zero and some middleware developed by relevant go zero authors. The technology stack used is bas ...

Added by darktimesrpg on Fri, 25 Feb 2022 03:34:11 +0200

Construction of web automated testing framework (python+selenium+pytest+pom+ddt)

This document uses the popular pom design pattern to set up the test framework, write test cases, generate test reports, and finally integrate jenkins. 1, selenium selenium is an open source automatic testing tool for web ui, which will not be introduced in detail. 2, Environment construction The environment construction is very simple. P ...

Added by Random on Fri, 18 Feb 2022 05:46:01 +0200

Jenkins linux Installation and basic configuration

preface This paper mainly introduces the installation steps, project packaging and deployment process of Jenkins on linux. The Jenkins version used in this article is Jenkins 2.319.3. 1, Jdk8 download and install Jenkins relies on JDK, so you need to follow jdk1.0 first 8: # Check whether java related commands already exist rpm -qa|g ...

Added by zeberdeee on Tue, 15 Feb 2022 10:24:04 +0200

From scratch, use Jenkins to build and publish Pipeline pipeline projects

1, Environment installation and deployment 1. Install JDK 2. Configure environment variables C:\Program Files\Java\jdk1.8.0_152\bin 3. Install and activate IDEA -javaagent:D:\IntelliJ IDEA\IntelliJ IDEA 2019.3.1\bin\jetbrains-agent.jar 4. Build a web project 5. Install tomcat server Configure the IDEA to reco ...

Added by Jamesm on Sun, 13 Feb 2022 14:17:09 +0200

google play console crash information collection

Recently, we need to process the crash stack information collected by google play console Everyone who has used it knows that the information it collects, and each stack type information is separated from different pages When you quickly open it manually, it will even give you an error. I guess it's anti reptile At first, I thought that the off ...

Added by Shibbey on Sat, 12 Feb 2022 00:38:10 +0200