You can install GitLab Runner on a virtual machine and have it use another virtual machine as an executor. When you install GitLab Runner in a Docker container and choose the Docker executor to run your jobs, it’s sometimes referred to as a “Docker-in-Docker” configuration. Who has ...
The Handbook GitLab Values About GitLab AMAs Approach to OKRs at GitLab Being a public company Cadence E-Group offsite E-Group Weekly Family and Friends Day GitLab All-Company Meetings GitLab Culture GitLab Environmental, Social, and Governance GitLab licensing technology to...
We're an all-remote company that allows people to work from almost anywhere in the world. It's important for us to practice clear communication in ways that help us stay connected and work more efficiently.
-- localRepository | The path to the local repository maven will use to store artifacts. | | Default: ${user.home}/.m2/repository <localRepository>/path/to/local/repo</localRepository
Artifacts created before June 22, 2020 have no expiry. Scheduled Pipeline Cron */5 * * * * See Pipeline schedules advanced configuration. Maximum jobs in active pipelines 500 for Free tier, 1000 for all trial tiers, 20000 for Premium, and 100000 for Ultimate. See Number of jobs in active...
从GitLab 9.2 开始, 在 artifacts 工件之前恢复缓存。 cache 缓存机制用于指定一系列的文件或文件夹在不同的流水线或作业之间共享数据,仅能使用项目工作空间( project workspace )中的路径作为缓存的路径。 如果``cache 配置的路径是作业工作空间外部,则说明配置是全局的缓存,所有作业共享。 访问Cache dependencies in...
on project spring-demo: Exception caught: no basic auth credentials Error response from daemon: Get http://192.168.0.87:8075/v2/: dial tcp 192.168.0.87:8075: connect: connection refused docker GitLab-runner CI/CD持续集成 CI:持续集成,我们通常使用CI来做一些自动化工作,比如程序的打包,单元测试,部...
# nginx['request_buffering_off_path_regex'] = "/api/v\\d/jobs/\\d+/artifacts$|/import/gitlab_project$|\\.git/git-receive-pack$|\\.git/gitlab-lfs/objects|\\.git/info/lfs/> ### Nginx status # nginx['status'] = { # "enable" => true, ...
per_page=100 -> {"message":"404 Project Not Found"} * ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/pipelines/{}/jobs -> {"message":"404 Project Not Found"} * ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/pipelines/{}/jobs/artifacts -> {"error":"404 Not Found"} Scenario: ...
Jenkins 认证配置 使用管理员账号,进入系统管理 -> 系统配置/Configuration System,找到 Gitlab 。