Skip to content

Commit

Permalink
Merge pull request #1460 from gradle/erichaagdev/remove-agent-version
Browse files Browse the repository at this point in the history
Develocity agent version data capturing samples are removed
  • Loading branch information
erichaagdev authored Oct 8, 2024
2 parents 2029f7f + 1c3f3d9 commit 87f8232
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 53 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
strategy:
matrix:
include:
- name: 'Develocity Gradle plugin version'
sample-file: 'capture-develocity-plugin-version/gradle-develocity-plugin-version.gradle'
- name: 'Git diffs'
sample-file: 'capture-git-diffs/gradle-git-diffs.gradle'
- name: 'Max parallel forks'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
strategy:
matrix:
include:
- name: 'Develocity Maven extension version'
sample-file: 'capture-develocity-extension-version/maven-develocity-extension-version.groovy'
- name: 'OS processes'
sample-file: 'capture-os-processes/maven-os-processes.groovy'
- name: 'Processor arch'
Expand Down
7 changes: 0 additions & 7 deletions build-data-capturing-gradle-samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ tags, links, and custom values.
To learn more, see the Develocity documentation
on [Extending build scans](https://docs.gradle.com/develocity/gradle-plugin/current/#extending_build_scans).

### Capture Develocity Plugin Version

_Demonstrates: Custom values_

This sample demonstrates how to capture the Develocity Gradle plugin version as a custom value. This can be used
to identify and filter for projects using a certain version of the plugin on the Develocity dashboards.

### Capture Git Diffs

_Demonstrates: Custom links_
Expand Down

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions build-data-capturing-maven-samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ tags, links, and custom values.
To learn more, see the Develocity documentation
on [Extending build scans](https://docs.gradle.com/develocity/maven-extension/current/#extending_build_scans).

### Capture Develocity Extension Version

_Demonstrates: Custom values_

This sample demonstrates how to capture the Develocity Maven extension version as a custom value. This can be
used to identify and filter for projects using a certain version of the extension on the Develocity dashboards.

### Capture OS Processes

_Demonstrates: Custom values_
Expand Down

This file was deleted.

0 comments on commit 87f8232

Please sign in to comment.