mirror of
https://github.com/gradle/actions
synced 2024-12-17 21:52:21 +00:00
d0a116fff5
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 | |
||
---|---|---|
.. | ||
ci-check-and-unit-test.yml | ||
ci-check-no-dist-update.yml | ||
ci-codeql.yml | ||
ci-init-script-check.yml | ||
ci-integ-test.yml | ||
ci-update-dist.yml | ||
demo-failure-cases.yml | ||
demo-job-summary.yml | ||
demo-pr-build-scan-comment.yml | ||
integ-test-action-inputs.yml | ||
integ-test-build-scan-publish.yml | ||
integ-test-cache-cleanup.yml | ||
integ-test-caching-config.yml | ||
integ-test-dependency-graph.yml | ||
integ-test-dependency-submission-failures.yml | ||
integ-test-dependency-submission.yml | ||
integ-test-detect-java-toolchains.yml | ||
integ-test-execution-with-caching.yml | ||
integ-test-execution.yml | ||
integ-test-inject-develocity.yml | ||
integ-test-provision-gradle-versions.yml | ||
integ-test-restore-configuration-cache.yml | ||
integ-test-restore-containerized-gradle-home.yml | ||
integ-test-restore-custom-gradle-home.yml | ||
integ-test-restore-gradle-home.yml | ||
integ-test-restore-java-toolchain.yml | ||
integ-test-sample-gradle-plugin.yml | ||
integ-test-sample-kotlin-dsl.yml | ||
integ-test-wrapper-validation.yml | ||
update-checksums-file.js | ||
update-checksums-file.yml |