question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add a description about document location stored in CircleCI artifact.

See original GitHub issue

Thanks 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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:9 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
harupycommented, May 15, 2020
1reaction
harupycommented, May 1, 2020

@toshihikoyanase

It would be more helpful if we add a bot that shows the document URLs to the PRs automatically, but it may be overengineering.

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):

Screen Shot 2020-05-01 at 14 09 00
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found