Jenkins microservice continuous integration Xi (Spring Cloud microservice II)

1, Jenkins+Docker+SpringCloud continuous integration process description General process description: Developers submit their code to the Gitlab code warehouse every day.Jenkins pulls the project source code from Gitlab, compiles it and makes it into a jar package, then builds it into a Docker image, and uploads the image to the privat ...

Posted by kristofferlc on Fri, 25 Feb 2022 07:10:21 +0100

Using cache in Gitlab CI DinD to accelerate Docker image (multi-stage) construction process

Articles in CSDN may not be updated in time. Please follow my blog to check the latest version: Xu Sheng's blog reference resources: https://andrewlock.net/caching-docker-layers-on-serverless-build-hosts-with-multi-stage-builds—target,-and—cache-from/ https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#make-docker-in-docker-builds- ...

Posted by cs-web on Thu, 27 Jan 2022 12:05:43 +0100

Transformer course business dialogue robot rasa 3 X continuous integration and continuous deployment

Transformer course business dialogue robot rasa 3 X continuous integration and continuous deployment Continuous Integration and Continuous Deployment Even if the development context assistant is different from developing traditional software, you should still follow software development best practices. Setting up continuous integration and co ...

Posted by discorevilo on Thu, 20 Jan 2022 19:31:02 +0100

CI/CD Linux auto deployment feature (nanny level tutorial)

##CI/CD Automated Deployment Top Case 1: deploying GitLabCase 2: configuring GitLabCase 3: deploying Jenkins 1 case 1: deploying GitLab 1.1 problems This case requires to build a GitLab server, and the requirements are as follows: Preparation environment (container environment)Installing GitLab 1.2 scheme Preparation of experimental e ...

Posted by toolmania1 on Thu, 20 Jan 2022 16:34:46 +0100

Understanding of redis and key value data types supported by redis

redis is a high-performance NOSQL series non relational database NosQL(Not only sQL), "not just sQL", is a new database concept, which generally refers to non relational databases. With the development of internet web2 With the rise of 0 website, the amount of data is becoming larger and larger, especially the super large-scale and hi ...

Posted by dnast on Mon, 17 Jan 2022 21:22:32 +0100

Jenkins+Gitlab of CI/CD

This article has reached 16000 words, a little more, but more complete 1, Jenkinx+Gitlab continuous integration environment overview (1) What is CI/CD CI is continuous integration, and CD is continuous delivery and continuous deployment. Generally, CD is continuous delivery CI/CD overview: Continuous integration (CI): continuous ...

Posted by totof06 on Thu, 23 Dec 2021 11:17:17 +0100

Deploy maven project based on Jianmu CI

1. Preparatory work Operating environment: Test environment: Operating system: Centos7cpu: Quad CoreMemory: 4Gdocker version: 20.10.8 Jianmu CI version: v2.0.0 2. How to install Jianmu CI Use docker compose for deployment. For detailed instructions on how to use docker compose, please refer to the official docker document: https://docs.d ...

Posted by lrsdsout on Tue, 07 Dec 2021 12:18:46 +0100