common-custom-user-data-gradle-plugin
common-custom-user-data-gradle-plugin copied to clipboard
Gradle plugin that enhances published build scans by adding a set of tags, links and custom values that have proven to be useful for many projects building with Develocity.
Follow up #298.
Hi 👋 We are currently migrating from Jenkins to GHA, and by comparing the scans produced by this plugin and we think it's not supporting correctly Github Actions. We have...
See: - https://github.com/gradle/gradle-enterprise-build-validation-scripts/actions/runs/3766542916/jobs/6403164517#step:6:102 - https://ge.solutions-team.gradle.com/s/npqyejncfgvvi
Bamboo offers a feature called [repository caching](https://confluence.atlassian.com/bamkb/how-stored-git-caches-speed-up-builds-690848923.html). This causes the value of the `Git repository` custom value to be a local file directory. Bamboo offers a way to obtain the...
We are using the k8s plugin in Jenkins which runs gradle in a docker container that doesn't have git installed. This means that the BRANCH name is no longer added...
Add a custom value "os.arch" of System.getProperty("os.arch") Something like: ```kotlin buildScan.value("os.arch", providers.systemProperty("os.arch").get()) ``` This will help compare build times from Intel machines, compared to ARM based machines. Also, will help...
Would be nice if they user name in gradle enterprise was the person that triggered the build. Looks like gradle enterprise reads it from "user.name", so you could set that...
Hi! 👋 When a task is executed from the IDE with the debugger enabled, the total build time reported will include all the debugging. While this is expected, it might...
This solves #311 to help identifying builds executed with debugging enabled. Tested in Android Studio Jellyfish | 2023.3.1 Patch 1.
# Combined PRs ➡️📦⬅️ ✅ The following pull requests have been successfully combined on this PR: - Closes #337 Bump com.gradleup.shadow from 8.3.1 to 8.3.2 - Closes #336 Bump com.gradle.plugin-publish...