CircleCI Artifact Redirection#
This service redirects you to the latest build artifacts in CircleCI. It can help you use Circle CI's artifact system to provide binaries or even serve your documentation.
Usage#
There is one route to this service:
/:lookup/github/:repo_owner/:repo/:branch/*path
Parameters#
All parameters are case sensitive!
:lookupcan befilefor exact file, orwildcardto support wildcards:repo_owneris the github organization or username:repois the github repository name:branchis the branch name*pathis the rest of the path. Iflookupiswildcard, you can use wildcards to find files easily.
Examples#
/file/github/TechMagister/couchdb.cr/master/docs/index.htmlwill redirect you to the docs of the CouchDB.cr crystal shard. Try it here!/wildcard/github/crystal-lang/crystal/master/*linux-x86_64.tar.gzwould give you the latest nightly Crystal release. Try it here!
Contributing#
- Fork it (https://github.com/Schniz/circleci_redirection/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
- 💰
Contributors#
- Schniz Gal Schlezinger - creator, maintainer