Usingcachingto speed up job execution. Saving files asartifactswhich can be used by other jobs, including in deployments. View jobs in a pipeline When you access a pipeline, you can see the related jobs for that pipeline. The order of jobs in a pipeline depends on the type of pipeline gr...
Hello@fabiopitino. I've tried example from your project and got following error: This job depends on other jobs with expired/erased artifacts:Please refer to https://docs.gitlab.com/ee/ci/yaml/README.html#dependencies I am using gitlab.com and private project. Could you please confirm tha...
test-job1depends onbuild-job1, andtest-job2depends on bothbuild-job1andbuild-job2, so both test jobs display in the second column. Bothdeployjobs depend on jobs in second column (which themselves depend on other earlier jobs), so the deploy jobs display in the third column. ...
To those I would add the use case: I use an externalProject A(where I can't create a .gitlab-ci.yml),Project Bdepends onProject A(e.g. sub-module) and I want to update ofProject Ato triggerProject Bso that it check thatProject Bisn't broken by the latest version ofProject A. M...
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.
在 GitLab 环境中,编辑 .gitlab-ci.yml 文件。这是一个标准的 GitLab CI 声明文件。在脚本部分...
Product Handbook AI-assisted features Collaboration on shared feature and experience areas GitLab Product Management Product Internship - Best Practices Product Management CDF and Competencies Product Management Learning and Development Product Management Specialty Assignments The Product Manager Role...
GitLab uses runners to perform the heavy work, that is, execute the jobs you have specified in the CI/CD configuration. That means the deployment job will ultimately be executed on a GitLab runner, hence the private key will be copied to the runner such that it can...
pnpm version: pnpm@7.15.0 Code to reproduce the issue: Gitlab has a private package. The package is installed locally, but fails in CI/CD with the error ERR_PNPM_FETCH_404 No authorization header was set for the request Content of .npmrc...
See https://github.com/jenkinsci/gitlab-plugin/blob/master/src/main/java/com/dabsquared/gitlabjenkins/GitLabPushTrigger.java for the methods you can use. job('seed-job') { description('Job that makes sure a service has a build pipeline available') parameters { // stringParam('gitlab...