Jenkins continues to integrate entry to mastery

What is continuous integration Continuous Integration (CI for short) refers to the frequent (multiple times a day) integration of code into the backbone. The purpose of continuous integration is to enable products to iterate quickly while maintaining high quality.. Its core measure is that the code must pass automated testing before being ...

Added by rashu.dr on Mon, 27 Dec 2021 06:51:46 +0200

Automation integration: detailed explanation of Pipeline pipeline syntax

This series of articles focuses on continuous integration: Jenkins+Docker+K8S related components to realize automatic management of source code compilation, packaging, image construction, deployment and other operations; This article mainly describes the Pipeline pipeline usage.1, Webhook principlePipeline pipeline tasks are usually triggered a ...

Added by Liquidedust on Wed, 22 Dec 2021 12:39:58 +0200

[CDH 6.3.X] clouder manager 6.3.2 ,CDH 6.3.1. Installation process

Software packages required during deployment Link: https://pan.baidu.com/s/1UajMORVvQ_VSLOdVkJWYQQ Extraction code: e28y Link: https://pan.baidu.com/s/1dMj8JEaRIOaXP53W2kF_mQ Extraction code: xbyo a key: Sets the host name in FQDN formatTurn off firewallTurn off ipv6Configure local http serviceConfigure local storageThe mysql jdbc drive ...

Added by Jacquelyn L. Ja on Sat, 18 Dec 2021 06:00:54 +0200

New task of Jenkins notes

@Jenkins notesNew task in Jenkins notes: https://blog.csdn.net/weixin_...Configure remote server for Jenkins notes: https://blog.csdn.net/weixin_...Jenkins: parametric Construction: multi branch | multi module | rollback | print log: https://blog.csdn.net/weixin_...1 ` necessary conditions: installation environment Docker or JDK+Maven+Git/Svn2 ...

Added by mac25 on Wed, 08 Dec 2021 22:05:16 +0200

Jenkins installation and continuous integration environment configuration

1 continuous integration description ● first, developers submit code to Git warehouse every day. ● Jenkins, as a continuous integration tool, uses Git tool to pull the code from Git warehouse to the continuous integration server, and then cooperates with JDK, Maven and other software to complete the compilation, testing, review and packaging ...

Added by Adthegreat on Fri, 03 Dec 2021 03:58:27 +0200

Several ways for the front-end to realize the senseless refresh of token (pro test is effective)

Reprint https://segmentfault.com/a/1190000020210980 demand Recently, there is a demand: after the front end logs in, the back end returns the token and the valid time of the token. When the token expires, it is required to use the old token to obtain the new token. The front end needs to refresh the token painlessly, that is, when requestin ...

Added by praveenhotha on Wed, 01 Dec 2021 19:23:10 +0200

Still using Jenkins? Try Gitlab's CI/CD feature

Before, Jenkins was generally needed to realize automatic packaging deployment. However, Gitlab's CI/CD function can also be deployed automatically, and the operation is simpler. If you are also using Gitlab as a Git repository, you might as well try its CI/CD function. 1, Installation To realize automatic deployment through Gitlab's CI/CD fu ...

Added by abriggs on Sat, 23 Oct 2021 05:40:01 +0300

CICD concept and jenkins deployment

CICD concept and jenkins deployment 1.CICD process What is CICD CICD is short for Continuous Integration, continuous delivery and Continuous Deployment. It refers to the automatic implementation of a series of processes from development to deployment in the development process, so as to minimize manual intervention. Continuous integrati ...

Added by rammac13 on Tue, 19 Oct 2021 01:10:58 +0300

Self operation and maintenance deployment of docker+jenkins+vue+nginx+gitee

Self operation and maintenance deployment of docker+jenkins+vue+nginx+gitee Deployment idea: 1: First, the normal manual deployment is actually very simple 1. Under the completed project root directory npm install npm run build 2. If successful, a built directory dist will be generated 3. Then put this folder in the default generated htm ...

Added by CodeJunkie88 on Sun, 26 Sep 2021 07:31:25 +0300

Fastlane automated packaging notes

Install fastlane github warehouse: https://github.com/fastlane/fastlane fastlane official website: https://docs.fastlane.tools/ fastlane actions: https://docs.fastlane.tools/actions/ A configuration document: https://www.jianshu.com/p/0a113f754c09 Upload to dandelion: https://www.pgyer.com/doc/view/fastlane An example of a custom lanes group: h ...

Added by stc7outlaw on Thu, 30 Apr 2020 12:03:09 +0300