- 博客(2)
- 收藏
- 关注
原创 MeterSphere集成pipeline流水线
第一步:Jenkins安装meterSphere插件https://github.com/metersphere/jenkins-plugin/releases第二步:配置pipeline:目前这个插件对声明式 pipeline 语法支持有问题。可以先用脚本式 pipeline ,或者在声明式 pipeline 中增加 script 步骤。参考如下pipeline { stages { stage("xxx") { steps{ script {
2022-01-26 11:20:03
1493
原创 KubeSphere+DevOps部署遇到的坑 User “system:serviceaccount:kubesphere-devops-worker:default“ cannot get res
环境说明:kubernetes v1.21.5 kubesphere v3.2.1KubeSphere+DevOps构建和部署 Maven 项目流程(官方推荐):构建和部署 Maven 项目下面记录一下本人遇到的问题:如图,主要问题是出现在流水线第五步:将镜像自动部署到k8s集群报错如上图:+ envsubst+ kubectl apply -f -Error from server (Forbidden): error when retrieving curre.
2022-01-24 16:08:32
7629
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人