标签:持续集成

5篇
  1. ArgoCD部署

    官网 https://argo cd.readthedocs.io/en/stable/getting started/ 镜像清单 部署 禁用https跳转 修改configmap的方式实测无效,转而通过修改 devops argocd server 的pod启动…

  2. Tekton离线部署

    官方文档 https://tekton.dev/docs/getting started https://github.com/tektoncd/pipeline/tree/main/examples/v1beta1/pipelineruns https://hu…

  3. JenkinsOnK8S配置

    节点亲和性 构建所需基础镜像 自定义容器 1. 编辑 kubesphere devops system 命名空间下的名为 jenkins casc config 的configmap, 2. 重启名为 devops jenkins xxx 的deployment…

  4. Jenkins大仓库精准构建

    说明 针对老项目,多个模块共用一个git仓库的情况,识别出每次push的变更,只构建对应的模块 如果配置多个git地址相同的Jenkins流水线,他们的hook地址也是相同的,无法单独触发其中一个流水线。所以要配置多个镜像仓库。 使用原始方式配置最便捷,不使用gi…

  5. Jenkins服务搭建

    新建用户 useradd d/home/jenkins jenkins passwd jenkins 内网环境中安装polipo将socks5代理转HTTP 安装: https://www.irif.fr/ jch/software/polipo/ rpm i p…