当前位置: 首页 > news >正文

[转]GitLab Continuous Integration (GitLab CI/CD)

本文转自:https://docs.gitlab.com/ee/ci/README.html

GitLab Continuous Integration (GitLab CI/CD)

Pipeline graph

The benefits of Continuous Integration are huge when automation plays an integral part of your workflow. GitLab comes with built-in Continuous Integration, Continuous Deployment, and Continuous Delivery support to build, test, and deploy your application.

Here’s some info we’ve gathered to get you started.

Getting started

The first steps towards your GitLab CI/CD journey.

  • Getting started with GitLab CI/CD: understand how GitLab CI/CD works.
  • GitLab CI/CD configuration file: .gitlab-ci.yml - Learn all about the ins and outs of .gitlab-ci.yml.
  • Pipelines and jobs: configure your GitLab CI/CD pipelines to build, test, and deploy your application.
  • Runners: The GitLab Runner is responsible by running the jobs in your CI/CD pipeline. On GitLab.com, Shared Runners are enabled by default, so you don’t need to set up anything to start to use them with GitLab CI/CD.
  • Using GitLab CI/CD with GitHub and other external repositories

 

相关文章:

  • 实战开发正则归纳
  • Android Activity生命周期图解
  • JavaScript权威指南手记(一)
  • 阿里巴巴下一代云分析型数据库AnalyticDB入选Forrester Wave™ 云数仓评估报告 解读...
  • 美团容器平台架构及容器技术实践
  • 利用aiohttp制作异步爬虫
  • 怎么在线编辑图片 PS怎么处理图片
  • .net mvc部分视图
  • MaxCompute用户初体验
  • 兼容性问题
  • JS订阅发布模式
  • 《Web全栈工程师的自我修养》读书笔记
  • 五、自定义转化器,视图层之httprequest对像、HttpResponse、JsonRepons
  • $(selector).each()和$.each()的区别
  • CSS盒模型的介绍
  • [js高手之路]搞清楚面向对象,必须要理解对象在创建过程中的内存表示
  • 《微软的软件测试之道》成书始末、出版宣告、补充致谢名单及相关信息
  • 【Redis学习笔记】2018-06-28 redis命令源码学习1
  • angular学习第一篇-----环境搭建
  • CSS 提示工具(Tooltip)
  • Druid 在有赞的实践
  • in typeof instanceof ===这些运算符有什么作用
  • Vue小说阅读器(仿追书神器)
  • 关于 Cirru Editor 存储格式
  • 欢迎参加第二届中国游戏开发者大会
  • 运行时添加log4j2的appender
  • 自制字幕遮挡器
  • ​​​​​​​Installing ROS on the Raspberry Pi
  • # include “ “ 和 # include < >两者的区别
  • #绘制圆心_R语言——绘制一个诚意满满的圆 祝你2021圆圆满满
  • ()、[]、{}、(())、[[]]等各种括号的使用
  • (173)FPGA约束:单周期时序分析或默认时序分析
  • (js)循环条件满足时终止循环
  • (二)换源+apt-get基础配置+搜狗拼音
  • (附源码)ssm旅游企业财务管理系统 毕业设计 102100
  • (更新)A股上市公司华证ESG评级得分稳健性校验ESG得分年均值中位数(2009-2023年.12)
  • (黑客游戏)HackTheGame1.21 过关攻略
  • (十八)三元表达式和列表解析
  • (十五)Flask覆写wsgi_app函数实现自定义中间件
  • .NET CORE 第一节 创建基本的 asp.net core
  • .NET Core 网络数据采集 -- 使用AngleSharp做html解析
  • .NET Entity FrameWork 总结 ,在项目中用处个人感觉不大。适合初级用用,不涉及到与数据库通信。
  • .NET Standard / dotnet-core / net472 —— .NET 究竟应该如何大小写?
  • .net开发引用程序集提示没有强名称的解决办法
  • .net项目IIS、VS 附加进程调试
  • @javax.ws.rs Webservice注解
  • [23] 4K4D: Real-Time 4D View Synthesis at 4K Resolution
  • [Android]Android P(9) WIFI学习笔记 - 扫描 (1)
  • [AX]AX2012 R2 出差申请和支出报告
  • [BZOJ 4129]Haruna’s Breakfast(树上带修改莫队)
  • [BZOJ1877][SDOI2009]晨跑[最大流+费用流]
  • [c++] 单例模式 + cyberrt TimingWheel 单例分析
  • [CTO札记]盛大文学公司名称对联
  • [excel与dict] python 读取excel内容并放入字典、将字典内容写入 excel文件
  • [Hive] CTE 通用表达式 WITH关键字