CICD联动阿里云容器服务Kubernetes实践之GitLab CI篇(一)
本文档以构建一个 Java 软件项目并部署到 阿里云容器服务的Kubernetes集群 为例说明如何使用 GitLab CI在阿里云Kubernetes服务上运行GitLab-Runner、配置kubernetes类型的executor并执行Pipeline。 1. 创建GitLab源码项目并上传示例代码 1.1 创建GitLab源码项目 本示例中创建的GitLab源码项目地址为: http://xx.xx.xx.xx/demo/gitlab-java-demo.git 1.2 获取示例代码并上传至GitLab $ git clone https://code.aliyun.com/CodePipeline/gitlabci-java-demo.git $ git remote add gitlab http://xx.xx.xx.xx/de
