The original decision of adding it to premium was was based on the fact thatmulti-project pipelineswas a premium feature. 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...
Job Families Chief Executive Officer Chief Executive OfficerThe CEO reports to the Board of Directors of GitLab, Inc.ResponsibilitiesSet overall strategy Hire great people. Help people that are not a good fit find another job Provide direction for product development with the Chief Product Officer ...
The complete guide to remote onboarding for new-hires The complete guide to starting a remote job The definitive guide to all-remote work and its drawbacks The definitive guide to remote internships The GitLab Test — 12 Steps to Better Remote The importance of a handbook-first approac...
Job logs By default, GitLab does not expire job logs. Job logs are retained indefinitely, and can’t be configured on GitLab.com to expire. You can erase job logsmanually with the Jobs APIor bydeleting a pipeline. GitLab.com at scale ...
I have a long running compile job (~40 minutes). I made 2 pushes one after another. I stopped the first running job with the ui. It tells me that the job is canceled. But the second job stays at pending. I suspect that the runner finishes the job and is not properly terminated.Is...
Jobs configured with job keywords: Keyword Description after_script Override a set of commands that are executed after job. allow_failure Allow job to fail. A failed job does not cause the pipeline to fail. artifacts List of files and directories to attach to a job on success. before...
Create a user in Jenkins which has, at a minimum, Job/Build permissions Log in as that user (this is required even if you are a Jenkins admin user), then click on the user's name in the top right corner of the page Click 'Configure,' then 'Show API Token...', and note/copy ...
job1: script: "execute-script-for-job1" job2: script: "execute-script-for-job2" 1. 2. 3. 4. 5. 上面这个例子是一个最简单且带有两个job的 CI 配置,每个任务分别执行不同的命令。 script可以直接执行系统命令(如:./configure;make;make install)或者直接执行脚本(test.sh)。
job:only:-branches@gitlab-org/gitlab-ceexcept:-master@gitlab-org/gitlab-ce The above example will runjobfor all branches ongitlab-org/gitlab-ce, except master. only and except (complex) Introduced in GitLab 10.0 This analphafeature, and it it subject to change at any time without prio...
job:only:refs:-master-scheduleskubernetes:active Job variables It is possible to define job variables using avariableskeyword on a job level. It works basically the same way as itsglobal-level equivalent, but allows you to define job-specific variables. ...