-
配置了内置镜像仓库后,chrome刷新了一下,就再也无法打开gitlab页面了?但可以在其他页面打开gitlab页面。
-
我的 runner 安装正常,在 gitlab 上也正常显示,但是它还是报错:The scheduler failed to assign job to the runner, please try again or contact system administrator。我的 gitlab 是 docker 安装的,版本是: ...
-
我的runner安装正常,在gitlab上也正常显示,但是它还是报错:The scheduler failed to assign job to the runner, please try again or contact system administrator。我的gitlab是docker安装的,版本是:gitlab/g ...
-
# external_url 'https://gitlab.fanrui.com'
# registry_external_url 'https://gitlab.fanrui.com'
一个是实例地址,一个是仓库地址,这两个地址可以设置成一样的吗?
...
-
> 本帖最后由 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?