actions/.github/workflows
Iñaki Villar d0a116fff5
Adding Develocity input actions (#244)
Adding Develocity input actions. 

If an input is configured in the action, it will generate the environment variable, example:

```yaml
    - name: Setup Gradle
      uses: gradle/actions/setup-gradle@v3
      with:
        develocity-injection-enabled: true
        develocity-url: https://develocity.your-server.com
        develocity-plugin-version: 3.17.4

    - name: Run a Gradle build with Develocity injection enabled from input actions
      run: ./gradlew build
```

This configuration will create the environment variables:
```
DEVELOCITY_INJECTION_ENABLED=true
DEVELOCITY_URL=https://develocity.your-server.com
DEVELOCITY_PLUGIN_VERSION=3.17.4
```

Relation variable-input available:

| Variable | Input |

|--------------------------------------|--------------------------------------|
| DEVELOCITY_INJECTION_ENABLED | develocity-injection-enabled |
| DEVELOCITY_URL | develocity-url |
| DEVELOCITY_ALLOW_UNTRUSTED_SERVER | develocity-allow-untrusted-server
|
| DEVELOCITY_CAPTURE_FILE_FINGERPRINTS |
develocity-capture-file-fingerprints |
| DEVELOCITY_ENFORCE_URL | develocity-enforce-url |
| DEVELOCITY_PLUGIN_VERSION | develocity-plugin-version |
| DEVELOCITY_CCUD_PLUGIN_VERSION | develocity-ccud-plugin-version |
| GRADLE_PLUGIN_REPOSITORY_URL | gradle-plugin-repository-url |
| GRADLE_PLUGIN_REPOSITORY_USERNAME | gradle-plugin-repository-username
|
| GRADLE_PLUGIN_REPOSITORY_PASSWORD | gradle-plugin-repository-password
|
2024-06-13 12:42:47 -06:00
..
ci-check-and-unit-test.yml Workflow fixes 2024-04-12 10:34:50 -06:00
ci-check-no-dist-update.yml Add a test for merging existing toolchains.xml (#151) 2024-04-10 17:20:36 -06:00
ci-codeql.yml Workflow fixes 2024-04-12 10:34:50 -06:00
ci-init-script-check.yml Avoid Java 8 since it is not available on MacOS runners 2024-04-25 20:17:16 +01:00
ci-integ-test.yml Skip the 'download-dist' step for full integ-test 2024-04-12 00:24:44 -06:00
ci-update-dist.yml Workflow fixes 2024-04-12 10:34:50 -06:00
demo-failure-cases.yml Use locally built dist for demo workflows 2024-04-10 07:33:46 -06:00
demo-job-summary.yml Workflow fixes 2024-04-12 10:34:50 -06:00
demo-pr-build-scan-comment.yml Use locally built dist for demo workflows 2024-04-10 07:33:46 -06:00
integ-test-action-inputs.yml Skip the 'download-dist' step for full integ-test 2024-04-12 00:24:44 -06:00
integ-test-build-scan-publish.yml Avoid Java 8 since it is not available on MacOS runners 2024-04-25 20:17:16 +01:00
integ-test-cache-cleanup.yml Skip the 'download-dist' step for full integ-test 2024-04-12 00:24:44 -06:00
integ-test-caching-config.yml Skip the 'download-dist' step for full integ-test 2024-04-12 00:24:44 -06:00
integ-test-dependency-graph.yml Avoid updating real dependency graph in tests 2024-04-25 11:19:43 +01:00
integ-test-dependency-submission-failures.yml Avoid updating real dependency graph in tests 2024-04-25 11:19:43 +01:00
integ-test-dependency-submission.yml Avoid updating real dependency graph in tests 2024-04-25 11:19:43 +01:00
integ-test-detect-java-toolchains.yml Skip the 'download-dist' step for full integ-test 2024-04-12 00:24:44 -06:00
integ-test-execution-with-caching.yml Skip the 'download-dist' step for full integ-test 2024-04-12 00:24:44 -06:00
integ-test-execution.yml Avoid running Gradle 3.5.1 on MacOS where Java 8 is not available 2024-04-25 21:23:15 +01:00
integ-test-inject-develocity.yml Adding Develocity input actions (#244) 2024-06-13 12:42:47 -06:00
integ-test-provision-gradle-versions.yml Avoid running Gradle 3.5.1 on MacOS where Java 8 is not available 2024-04-25 21:23:15 +01:00
integ-test-restore-configuration-cache.yml Skip the 'download-dist' step for full integ-test 2024-04-12 00:24:44 -06:00
integ-test-restore-containerized-gradle-home.yml Skip the 'download-dist' step for full integ-test 2024-04-12 00:24:44 -06:00
integ-test-restore-custom-gradle-home.yml Skip the 'download-dist' step for full integ-test 2024-04-12 00:24:44 -06:00
integ-test-restore-gradle-home.yml Skip the 'download-dist' step for full integ-test 2024-04-12 00:24:44 -06:00
integ-test-restore-java-toolchain.yml Skip the 'download-dist' step for full integ-test 2024-04-12 00:24:44 -06:00
integ-test-sample-gradle-plugin.yml Skip the 'download-dist' step for full integ-test 2024-04-12 00:24:44 -06:00
integ-test-sample-kotlin-dsl.yml Skip the 'download-dist' step for full integ-test 2024-04-12 00:24:44 -06:00
integ-test-wrapper-validation.yml Skip the 'download-dist' step for full integ-test 2024-04-12 00:24:44 -06:00
update-checksums-file.js Add wrapper-validation workflows 2024-04-11 08:39:21 -06:00
update-checksums-file.yml Update link to 'update checksums' workflow 2024-04-16 10:06:09 -06:00