https://github.com/root4loot/travislogs
Grab build logs from Travis CI
https://github.com/root4loot/travislogs
Last synced: 4 months ago
JSON representation
Grab build logs from Travis CI
- Host: GitHub
- URL: https://github.com/root4loot/travislogs
- Owner: root4loot
- Created: 2019-05-13T03:02:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-25T00:56:39.000Z (over 6 years ago)
- Last Synced: 2025-05-15T17:51:00.555Z (7 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple script to grab build logs from Travis CI (travis-ci.org and travis-ci.com)
### Usage
Requires Python 2.7
```
./travislogs.py
```
Build logs are stored in org/organization and com/organization
### Example
```
./travislogs.py spotify
...
Travis Endpoint: [1/2] Active Repo: [1/60] Build: [5/100] Job: [1/1]
```
```
cat org/spotify/dockerfile-maven/jobs/432353567.txt
```
Tip: Use [ripgrep](https://github.com/BurntSushi/ripgrep) to speed up the grepping process
```
rg -ia 'password=' -j 12 --no-line-number --pretty
```