From 7d4a43789471630a5b5b727a83d55389cdf74f9c Mon Sep 17 00:00:00 2001 From: lihengwei Date: Thu, 21 Mar 2024 15:30:56 +0800 Subject: [PATCH] feature: adjust README.en.md and README.md Signed-off-by: lihengwei fix README.md Signed-off-by: lihengwei --- README.en.md | 53 +++++++++++++++++++++++++++++++++++++--------------- README.md | 2 +- 2 files changed, 39 insertions(+), 16 deletions(-) diff --git a/README.en.md b/README.en.md index cd5426d..dac7c0b 100644 --- a/README.en.md +++ b/README.en.md @@ -1,27 +1,50 @@ # devkit-pipeline -#### Description +#### Introduction + Pipeline solution to support building, deploying and automating any software project on Kunpeng Architecture #### Software Architecture -Software architecture description +Support openEuler operating system under Kunpeng architecture + +#### Instructions for use + +##### Jenkins and Gitlab Pipeline Installation Deployment Guide + +1. Jenkins Install and deploy Jenkins +2. Gitlab Install and deploy Gitlab + +##### DevKit Pipeline Atomic Capability Installation Deployment Guide + +###### Install deployment tools + +``` +DevKit atomic capabilities can be automatically deployed to specified environments through an easy-to-use download, install and deploy tool. +``` + +1. One-click download, installation, deployment tools documentation + +###### Atomic Capability Docking Pipeline Practice Guide (Jenkins) -#### Installation +``` +Script Example and Usage Instructions for DevKit Atomic Capability Integration with Jenkins Pipelines +``` -1. xxxx -2. xxxx -3. xxxx +1. Jenkins pipeline configuration DevKit migration, affinity access control +2. DevKit Test Platform Installation Deployment Integration with Jenkins Deployment Instruction Manual -#### Instructions +###### Atomic Capability Docking Pipeline Practice Guide (Gitlab) -1. xxxx -2. xxxx -3. xxxx +``` +Script Example and Usage Instructions for DevKit Atomic Capability Integration with Gitlab Pipelines +``` -#### Contribution +1. Gitlab pipeline configuration DevKit migration, affinity access control +2. DevKit Test Platform Installation Deployment and Gitlab Integration Deployment Instruction Manual -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request +#### To contribute +``` +If you would like to contribute code to this repository, please send an email to any of the maintainers of this repository. +If you find any bugs in the product, we welcome your submission of an ISSUE. +``` diff --git a/README.md b/README.md index a92202b..bcff506 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # devkit-pipeline #### 介绍 -Pipeline solution to support building, deploying and automating any software project on Kunpeng Architecture +流水线解决方案,支持在鲲鹏架构上构建、部署和自动化任何软件项目 #### 软件架构 支持鲲鹏架构下openEuler系操作系统 -- Gitee