circleci_redirection
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!
:lookup
can befile
for exact file, orwildcard
to support wildcards:repo_owner
is the github organization or username:repo
is the github repository name:branch
is the branch name*path
is the rest of the path. Iflookup
iswildcard
, you can use wildcards to find files easily.
Examples
/file/github/TechMagister/couchdb.cr/master/docs/index.html
will redirect you to the docs of the CouchDB.cr crystal shard. Try it here!/wildcard/github/crystal-lang/crystal/master/*linux-x86_64.tar.gz
would 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
Repository
circleci_redirection
Owner
Statistic
- 3
- 0
- 0
- 0
- 1
- about 6 years ago
- October 20, 2018
License
MIT License
Links
Synced at
Sun, 17 Nov 2024 03:04:02 GMT
Languages