Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b22d138b
Commit
b22d138b
authored
Jan 25, 2022
by
Evan Read
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify how artifacts:untracked works
parent
7c8bfcc8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
doc/ci/pipelines/job_artifacts.md
doc/ci/pipelines/job_artifacts.md
+2
-1
doc/ci/yaml/index.md
doc/ci/yaml/index.md
+1
-1
No files found.
doc/ci/pipelines/job_artifacts.md
View file @
b22d138b
...
...
@@ -194,7 +194,8 @@ artifacts:
### Add untracked files to artifacts
Use
[
`artifacts:untracked`
](
../yaml/index.md#artifactsuntracked
)
to add all Git untracked
files as artifacts (along with the paths defined in
[
`artifacts:paths`
](
../yaml/index.md#artifactspaths
)
).
files as artifacts (along with the paths defined in
[
`artifacts:paths`
](
../yaml/index.md#artifactspaths
)
). Untracked
files are those that haven't been added to the repository but exist in the repository checkout.
Save all Git untracked files and files in
`binaries`
:
...
...
doc/ci/yaml/index.md
View file @
b22d138b
...
...
@@ -939,7 +939,7 @@ rspec:
Use
`artifacts:untracked`
to add all Git untracked files as artifacts (along
with the paths defined in
`artifacts:paths`
).
`artifacts:untracked`
ignores configuration
in the repository's
`.gitignore`
file
.
in the repository's
`.gitignore`
, so matching artifacts in
`.gitignore`
are included
.
**Keyword type**
: Job keyword. You can use it only as part of a job or in the
[
`default` section
](
#default
)
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment