Database organization
Dataset · Anatomy of an artifact

Overview
Each artifact is associated with a Docker image, which is capable of building the environment needed to reproduce both jobs in a job pair.
Important files
- Failing repository:
/home/travis/build/failed - Passing repository:
/home/travis/build/passed - Script to run failed build:
/usr/local/bin/run_failed.sh - Script to run passed build:
/usr/local/bin/run_passed.sh
Running the build
Run the failed build:
$ bash /usr/local/bin/run_failed.sh
Run the passed build:
$ bash /usr/local/bin/run_passed.sh