Stop zipping your job results
May 27, 2026
Upload and share Harbor job results on Harbor Hub instead of zipping and sending them manually.
Stop zipping your job results. Harbor Hub now supports job result sharing — the quickest way to share results from a run with team members or customers.
Upload an existing job directory:
harbor upload jobs/my-jobOr stream results while a run is in progress:
harbor run -d "my-org/my-dataset@latest" -a "<agent>" -m "<model>" --uploadJob results are private by default, but can be shared with other users or organizations, or made public:
harbor upload jobs/my-job --public
harbor upload jobs/my-job --share-org my-org --share-user aliceAs an example, we used Harbor Hub job uploads to build the Terminal-Bench 2.1 leaderboard.
Read the job sharing documentation for more info.
The Harbor Team