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
The scikit-learn devs use a nifty chrome extension to create a link to the documentation for a project built with CircleCI. Perhaps this is something that meeseeks could handle.
The scikit-learn devs use a nifty chrome extension to create a link to the documentation for a project built with CircleCI. Perhaps this is something that meeseeks could handle.
Circle exposes a list of artifacts with this API:
https://circleci.com/api/v1.1/project/github/:org/:project/:build/artifacts
e.g. this gets a list of artifacts from the latest build on the team-compass repo:
https://circleci.com/api/v1.1/project/github/jupyterhub/team-compass/latest/artifacts
returns something like:
The result is a list of JSON w/ the name/path for each artifact.
Perhaps meeseeks could have a command like
Meeseeks would:
WDYT?
The text was updated successfully, but these errors were encountered: