Commit e4e7f73d authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'mark-artifacs-as-default-in-docs' into 'master'

Mark default value for artifacts

See merge request gitlab-org/gitlab!35658
parents 388ff203 cdd35aa2
...@@ -1944,7 +1944,7 @@ Feature::enable(:ci_dag_limit_needs) ...@@ -1944,7 +1944,7 @@ Feature::enable(:ci_dag_limit_needs)
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/14311) in GitLab v12.6. > [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/14311) in GitLab v12.6.
When using `needs`, artifact downloads are controlled with `artifacts: true` or `artifacts: false`. When using `needs`, artifact downloads are controlled with `artifacts: true` (default) or `artifacts: false`.
The `dependencies` keyword should not be used with `needs`, as this is deprecated since GitLab 12.6. The `dependencies` keyword should not be used with `needs`, as this is deprecated since GitLab 12.6.
In the example below, the `rspec` job will download the `build_job` artifacts, while the In the example below, the `rspec` job will download the `build_job` artifacts, while the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment