You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jekyll/_cci2/test.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ Results from testing can be saved in CircleCI in two different ways.
79
79
destination: junit
80
80
```
81
81
82
-
Results can later be accessed or downloaded as files via the **Artifacts** section of a job in the CircleCI web app.
82
+
Results can later be accessed or downloaded as files via the **Artifacts** section of a job in the CircleCI web app, or via the API.
83
83
84
84
More details on `store_artifacts` can be found in the [Configuring CircleCI]({{ site.baseurl }}/2.0/configuration-reference#storeartifacts) reference. You can also read more in the [Storing Build Artifacts]({{ site.baseurl }}/2.0/artifacts) guide.
0 commit comments