Sha256: e257138018ef0af0e5821f8490070d66ca48580f5a8fe7890351d070a4dbd89b
Contents?: true
Size: 716 Bytes
Versions: 7
Compression:
Stored size: 716 Bytes
Contents
# Travis input plugin for Embulk Fetch Travis build results ## Overview - **Plugin type**: input - **Resume supported**: ? - **Cleanup supported**: ? - **Guess supported**: ? ## Configuration - **repo**: Target repository name like `rails/rails` (string, required) - **build_num_from**: Build number from (integer, required) - **build_num_to**: Build number to (integer, optional) - **step**: Amount of builds (string, default: `10`) - **token**: Travis API token which can be found on https://travis-ci.org/account/preferences (string, default: `null`) ## Example ```yaml in: type: travis repo: rails/rails build_num_from: 59100 step: 15 token: xxxxxxxxxxxxxxxxxxxxxx ``` ## Build ``` $ rake ```
Version data entries
7 entries across 7 versions & 1 rubygems