Add a description about document location stored in CircleCI artifact.
See original GitHub issueThanks to #1008, documents of the submitted PRs are automatically built in CircleCI jobs and are stored in the artifact. But, some developers say that they cannot access the artifact tabs.
So, how about documenting the URL to the built document? For example, a URL of the document in the artifact is as follows;
https://34609-122299416-gh.circle-artifacts.com/0/docs/build/html/index.html
Here, 34609
matched with the CircleCI’s job ID. So, I think the document can be accessed with the following URL format and the job ID.
https://{ciecleci-job-id}-122299416-gh.circle-artifacts.com/0/docs/build/html/index.html
It would be more helpful if we add a bot that shows the document URLs to the PRs automatically, but it may be overengineering.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:9 (8 by maintainers)
Top Results From Across the Web
Storing Build Artifacts
Navigate to a pipeline's Job page on the CircleCI web app to find the Artifacts tab. Artifacts are stored on Amazon S3 and...
Read more >Configuring CircleCI
Step to store artifacts (for example logs, binaries, etc) to be available in the web app or through the API. See the Uploading...
Read more >Storing folder in job artifacts - Build Environment
Storing folder in job artifacts · 1. Add all files in the directory at once · 2. Archive ( tar ) the folder...
Read more >Collecting test data
When you run tests in CircleCI there are two ways to store your test results. You can either use artifacts or the store_test_results...
Read more >Persisting Data Overview
This guide gives an introductory overview of the various ways to persist and optimize data within and beyond your CircleCI builds. There are...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@toshihikoyanase You’re right. I’ll use https://github.com/larsoner/circleci-artifacts-redirector-action.
@toshihikoyanase
This GitHub Action automatically creates a link to the doc as a commit status.
https://github.com/larsoner/circleci-artifacts-redirector-action
I tried this aciton on my repo (https://github.com/harupy/kernel-profiler/pull/57):