BuildButler

Jenkins

Connect Jenkins to BuildButler — choose between the Local (self-hosted) or Cloud (hosted) plugin.

BuildButler offers two Jenkins plugins. Both ingest the same rich set of data — builds, tests, pipeline stages, agents, and logs — but differ in how that data is stored and where you view it.

Which plugin should I use?

Jenkins LocalJenkins Cloud
StorageYour own PostgreSQL databaseBuildButler hosted, isolated per org
Viewed inJenkins UI (plugin dashboard)BuildButler web app
Internet requiredNo — fully self-containedYes — data sent to BB backend
Setup complexityBring your own PostgresSign up and install plugin
Best forAir-gapped / on-prem strict environmentsTeams wanting zero infrastructure

Data collected

Both plugins collect the same data from Jenkins:

  • Build results, status, duration, and branch
  • Test results (JUnit, TestNG, etc.) with pass/fail/skip counts
  • Pipeline stage execution times
  • Agent status and availability
  • Build console logs

On this page