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
97e580e1
Commit
97e580e1
authored
Mar 30, 2018
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflict in doc/api/jobs.md
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
3c2005bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
doc/api/jobs.md
doc/api/jobs.md
+0
-12
No files found.
doc/api/jobs.md
View file @
97e580e1
...
...
@@ -296,11 +296,8 @@ Example of response
> **Notes**:
-
[
Introduced
][
ce-2893
]
in GitLab 8.5.
<<<<<<< HEAD
-
The use of
`CI_JOB_TOKEN`
in the artifacts download API was
[
introduced
][
ee-2346
]
in
[
GitLab Premium
][
ee
]
9.5.
=======
>>>>>>> upstream/master
Get job artifacts of a project.
...
...
@@ -316,7 +313,6 @@ GET /projects/:id/jobs/:job_id/artifacts
Example requests:
<<<<<<< HEAD
-
Using the
`PRIVATE-TOKEN`
header:
```
...
...
@@ -334,11 +330,6 @@ Example requests:
```
curl --location --header --form "job-token=$CI_JOB_TOKEN" "https://gitlab.example.com/api/v4/projects/1/jobs/8/artifacts"
```
=======
```
curl --location --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" "https://gitlab.example.com/api/v4/projects/1/jobs/8/artifacts"
```
>>>>>>> upstream/master
Response:
...
...
@@ -353,11 +344,8 @@ Response:
> **Notes**:
-
[
Introduced
][
ce-5347
]
in GitLab 8.10.
<<<<<<< HEAD
-
The use of
`CI_JOB_TOKEN`
in the artifacts download API was
[
introduced
][
ee-2346
]
in
[
GitLab Premium
][
ee
]
9.5.
=======
>>>>>>> upstream/master
Download the artifacts archive from the given reference name and job provided the
job finished successfully.
...
...
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