Get started today!
Ready to gain unparalleled visibility into your pipelines and testing workflows? Get started with Buildnote now and transform the way your team delivers software.
Get startedBuildnote gradle plugin records events produced by different stages of gradle build, which then can be uploaded by using buildnote collect CLI command.
Add the plugin into the plugins block of the gradle build file of the project.
For multi-module projects make sure this is only added the top level project file as otherwise you may get duplicate events.
plugins {
id("io.buildnote.buildnote-gradle-plugin") version "0.0.5"
}
Ready to gain unparalleled visibility into your pipelines and testing workflows? Get started with Buildnote now and transform the way your team delivers software.
Get started