This repository is the home for tooling and scripts that allow auto-injection of Develocity into various Build Tool configurations by CI plugins. It is designed to host the common build-tool integrations that will be leveraged by the various CI plugin implementations.
At this stage, only the Gradle init-script for Develocity has been migrated to this repository.
An init-script that can be used by CI integrations to inject Develocity into a Gradle build.
- The latest source for the init-script can be found here.
- The repository includes a set of integration tests for different features of the init-script.
- The
reference
directory contains the latest released version of the init-script: this script has a version number embedded, and is designed to be re-used in other repositories. - When executed manually, the gradle-release.yml workflow will:
- Copy the latest script source into
reference
, applying the supplied version number - Tag the repository with the version number
- Commit the new reference script to this repository
- Create PRs to update the script in various CI plugin repositories. See here for an example run with links to generated PRs.
- Copy the latest script source into
The following Develocity CI integrations leverage the Gradle init-script from this repository.
- GitHub Actions: The 'setup-gradle' action
- Bamboo: Develocity Bamboo Plugin
- Jenkins: Jenkins Gradle Plugin
- GitLab: Develocity Gitlab Templates
- TeamCity: TeamCity Build Scan Plugin