Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gradle/impact_analysis
https://github.com/gradle/impact_analysis
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gradle/impact_analysis
- Owner: gradle
- Created: 2023-04-05T12:38:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-26T18:33:01.000Z (over 1 year ago)
- Last Synced: 2024-10-08T11:34:33.311Z (about 1 month ago)
- Size: 44.9 KB
- Stars: 2
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gradle Enterprise Impact Analysis
Welcome to the Gradle Enterprise Impact Analysis! This tool provides a streamlined method for understanding your project's build times, and build performance optimization potential. You can also use this tool to see Gradle Enterprise in action with your own data, showing how Gradle Enterprise can help you improve build failure troubleshooting and build reliability.
We'll work quickly to get you the information you need to
- decide which projects to focus your build optimization efforts on, and
- build a business case for Gradle Enterprise using your real data.
Please accept the license agreement to get started
Note: Be sure to make the correct selections for Gradle or Maven below# If you have a full installation of Gradle Enterprise, do the following steps:
## Step 1: Get the build validation scripts
### Gradle
```bash
curl -s -L -O https://github.com/gradle/gradle-enterprise-build-validation-scripts/releases/download/v2.3.5/gradle-enterprise-gradle-build-validation-2.3.5.zip && unzip -q -o gradle-enterprise-gradle-build-validation-2.3.5.zip
```
### Maven
```bash
curl -s -L -O https://github.com/gradle/gradle-enterprise-build-validation-scripts/releases/download/v2.3.5/gradle-enterprise-maven-build-validation-2.3.5.zip && unzip -q -o gradle-enterprise-maven-build-validation-2.3.5.zip
```## Step 2: Invoke the scripts with your project and the server provided by your Gradle team
### Gradle Example
```bash
./03-validate-local-build-caching-different-locations.sh -r -t build -e -s https://.gradle-enterprise.cloud
```### Maven Example
```bash
./02-validate-local-build-caching-different-locations.sh -r -g install -e -s https://byob-devnexus-1.gradle-enterprise.cloud
```# If you are using the tool without a full installation of Gradle Enterprise, do the following steps:
## Step 1: Get the build validation scripts from your Gradle sales team
## Step 2: Invoke the scripts with your project and the server provided by your Gradle team
### Gradle Example
```bash
./03-validate-local-build-caching-different-locations.sh -r -t build -e -s https://.gradle-enterprise.cloud
```### Maven Example
```bash
./02-validate-local-build-caching-different-locations.sh -r -g install -e -s https://byob-devnexus-1.gradle-enterprise.cloud
```
NOTE: If you have any questions, please contact your Gradle team or use https://gradle.com/enterprise/contact/