11.kubesphere的devops使用
一、环境准备
1.启动devops
定制资源定义

点击进入后编辑yaml

开启devops

2.设置maven镜像仓库
配置字典搜索ks-devops-agent

编辑设置

修改

添加maven镜像仓库

<mirror>
<id>nexus-aliyun</id>
<mirrorOf>central</mirrorOf>
<name>Nexus aliyun</name>
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
</mirror>二、创建devops项目
1.创建devops项目

2.创建流水线


3.编辑流水线

三、流水线编辑
1.
赞(1)
赏