-
> 本帖最后由 MARMOTatZJU (Yinda XU) 于 2024-4-29 16:10 编辑
使用 gitlab ci/cd 给外部仓库(github 的仓库)搭建 ci/cd 的时候,无法 import github 的仓库
错误信息:
Importing the project failed: Import ...
-
容器方式运行shell类型executor 致 /var/lib/docker/overlay2 目录空间占用巨大,是否可以配置自动清理,目前runner版本为16.8.0,最新的版本是否有更新
以下是 docker-compose 配置文件和 runner config.toml
doc ...
-
.test_anchors: &fanrui_hello
script:
- echo "测试锚点是否执行"
build-job: # This job runs in the build stage, which runs first.
stage: build
# before_script:
# - mkdir -p fanrui/he ...
-
流水线二次运行时报错:Reinitialized existing Git repository...fatal: remote origin already exists,如何解决?
-
求助大神们,怎样在不同的 job 之间传递 artifacts?
-
为了代码安全,如何设置某个用户只给Jenkins用来拉代码,个人不可以使用——无论是看代码还是改代码,都不能用
-
安装GitLab runner docker executor,遇到错误 Cannot connect to the Docker daemon,
请问怎么解决?
-
公司目前框架是SpringCloud ,在一个项目中 多模块集成如下,如何设置CI/CD 自动化构建流水,减少打包时间。
wncloud-vaccine-reservation
├── wncloud-vaccine-reservation-gateway // 网关模块 [808 ...
-
如题
-
Aftionview::Template::Error (): 1:-breadcrumb title ('Runners') 2:- page title ('Runners') 4:#js-admin-runners{ data: admin runners data attributes }
-
在执行ci/cd 流水编译过程出现下面错误:
Preparing the "docker" executor00:00
4ERROR: Failed to remove network for build
5ERROR: Job failed: invalid volume specification: "var/run/docker.sock:/var/run/d ...
-
流水线上传Job Artifacts 报 413 Request Entity Too Large 错误,怎么办?
-
build-job: # This job runs in the build stage, which runs first.
stage: build
script:
- mvn package
- pwd #/home/gitlab-runner/builds/6vHTy9wZy/0/fanrui/hello
cache:
path ...
-
runner 支持的操作系统有哪些啊?
-
gitlab 数据目录大概100G,请问这个数据量的gitlab升级某一个版本大概需要多长时间?
-
如何快速学习极狐GitLab CI/CD?
-
最近在用 fastapi 做一个项目,要搭建 CI/CD,整个项目使用 poetry 进行包管理。本地运行 poetry run pyteset,进行测试用例的运行,没有问题,将其集成到极狐GitLab CI 中,以 docker executor 执行的时候,提示如 ...
-
假设,我在.gitlab-ci.yml文件中定义了如上内容,那么在runner运行时,会经过哪些步骤呢?
我的猜想是,Runner 服务接收到任务以后,会创建一个maven的容器,并且执行script。但通过逆向启动的容器,发现mvn镜像在 ...
-
如题,求解答
-
有哪位知道怎么监控runner啊