Gitlab-CI

官网

bash 复制代码
## gitlab-ci 完整语法
https://docs.gitlab.cn/jh/ci/yaml/index.html

原理

流程图

说明

GitLab Runner 是 GitLab CI/CD 的一个组件,用于运行构建、测试和部署作业。它是一个开源项目,允许您在专用、共享或云计算资源上执行作业。

GitLab Runner

GitLab Runner 安装

bash 复制代码
https://docs.gitlab.com/runner/install/linux-repository.html

GitLab Runner 注册

bash 复制代码
https://docs.gitlab.com/runner/install/linux-repository.html
相关推荐
雨声不在35 分钟前
gitlab ci Runner 配置
gitlab·cicd
微软技术栈1 小时前
Microsoft AI Genius 4.0 | 用 GitHub Actions 将规范转化为 CI/CD
ci/cd
日取其半万世不竭1 小时前
Tekton:Kubernetes 原生 CI/CD 流水线
ci/cd·kubernetes·tekton
lwf0061641 天前
DevOps 与 CI/CD 实战心得:静态网站的自动化部署
ci/cd·自动化·devops
恼书:-(空寄1 天前
从手动部署到一键发版:Java项目CI/CD流水线搭建实录
ci/cd·jenkins·流水线部署
终端行者1 天前
Jenkins Pipeline 构建后推送到Nexus制品库 jenkins 如何连接Nexus?企业级实战 --中 Jenkins 连接Nexus 实战
运维·ci/cd·docker·jenkins·nexus
终端行者1 天前
Jenkins Pipeline 构建后推送到Nexus制品库 jenkins 如何连接Nexus?企业级实战 --上 Nexus部署
运维·ci/cd·jenkins·nexus
曾庆睿2 天前
【基于 RHEL 9.3 的 K8s + GitLab 全自动化部署环境搭建第一篇】
kubernetes·自动化·gitlab
曾庆睿2 天前
【基于 RHEL 9.3 的 K8s + GitLab 全自动化部署环境搭建第二篇】
kubernetes·自动化·gitlab
牛奶咖啡132 天前
CI/CD——在jenkins中构建流程实现springboot项目的自动化构建与部署
java·ci/cd·k8s·jenkins·springboot·springboot制作镜像·使用源码项目制作镜像