@@ -332,6 +332,7 @@ See also [`config-maven`](#config-maven) input environment variables.
332332| `provenance` | Whether to generate provenance attestation for built artifacts | `false` |
333333| `provenance-artifact-paths` | Relative paths of artifacts for provenance attestation (glob pattern). See [Provenance Attestation](#provenance-attestation) | (optional) |
334334| `mixed-privacy` | Whether the repository contains both public and private code | `false` |
335+ | `generate-summary` | Whether to generate a workflow summary after the build | `true` |
335336
336337# ### `cache-cleanup`
337338
@@ -387,6 +388,7 @@ See also [`config-maven`](#config-maven) output environment variables.
387388 - **feature** (`feature/long/*`): Verify + SonarQube analysis only
388389 - **default**: Basic verify goal only
389390- Mixed privacy repository support for combined public and private artifacts
391+ - GitHub workflow job summary with build information and deployment status
390392
391393# # `build-poetry`
392394
@@ -474,6 +476,7 @@ jobs:
474476| `disable-caching` | Whether to disable Poetry caching entirely | `false` |
475477| `provenance` | Whether to generate provenance attestation for built artifacts | `false` |
476478| `provenance-artifact-paths` | Relative paths of artifacts for provenance attestation (glob pattern). See [Provenance Attestation](#provenance-attestation) | (optional) |
479+ | `generate-summary` | Whether to generate a workflow summary after the build | `true` |
477480
478481# ## Outputs
479482
@@ -711,6 +714,7 @@ See also [`config-gradle`](#config-gradle) input environment variables.
711714| `disable-caching` | Whether to disable Gradle caching entirely | `false` |
712715| `provenance` | Whether to generate provenance attestation for built artifacts | `false` |
713716| `provenance-artifact-paths` | Relative paths of artifacts for provenance attestation (glob pattern). See [Provenance Attestation](#provenance-attestation) | (optional) |
717+ | `generate-summary` | Whether to generate a workflow summary after the build | `true` |
714718
715719> [!TIP]
716720> When using `working-directory`, Java must be available at root due to a limitation
@@ -750,6 +754,7 @@ See also [`config-gradle`](#config-gradle) input environment variables.
750754- Develocity integration for build scans
751755- Gradle caching with customization options
752756- Comprehensive build logging and error handling
757+ - GitHub workflow job summary with build information and deployment status
753758
754759# ## Caching Configuration
755760
@@ -999,6 +1004,7 @@ See also [`config-npm`](#config-npm) input environment variables.
9991004| `build-name` | Name of the JFrog build to publish. | `<Repository name>` |
10001005| `provenance` | Whether to generate provenance attestation for built artifacts | `false` |
10011006| `provenance-artifact-paths` | Relative paths of artifacts for provenance attestation (glob pattern). See [Provenance Attestation](#provenance-attestation) | (optional) |
1007+ | `generate-summary` | Whether to generate a workflow summary after the build | `true` |
10021008
10031009# ## Outputs
10041010
@@ -1029,6 +1035,7 @@ See also [`config-npm`](#config-npm) output environment variables.
10291035- JFrog build info publishing with UI links
10301036- Support for different branch types (default, maintenance, PR, dogfood, long-lived feature)
10311037- Comprehensive build logging and error handling
1038+ - GitHub workflow job summary with build information and deployment status
10321039
10331040# # `build-yarn`
10341041
@@ -1108,6 +1115,7 @@ jobs:
11081115| `run-shadow-scans` | Enable analysis across all 3 SonarQube platforms (unified platform dogfooding) | `false` |
11091116| `provenance` | Whether to generate provenance attestation for built artifacts | `false` |
11101117| `provenance-artifact-paths` | Relative paths of artifacts for provenance attestation (glob pattern). See [Provenance Attestation](#provenance-attestation) | (optional) |
1118+ | `generate-summary` | Whether to generate a workflow summary after the build | `true` |
11111119
11121120# ## Outputs
11131121
@@ -1129,6 +1137,7 @@ jobs:
11291137- JFrog build info publishing with UI links
11301138- Support for different branch types (default, maintenance, PR, dogfood, long-lived feature)
11311139- Comprehensive build logging and error handling
1140+ - GitHub workflow job summary with build information and deployment status
11321141
11331142# # `config-pip`
11341143
@@ -1318,6 +1327,7 @@ This action does not provide any outputs.
13181327- Support for both single and multi-repository promotions
13191328- Automatic target repository determination based on branch type
13201329- Pull request artifact promotion support
1330+ - GitHub workflow job summary with promotion information and deployment link
13211331
13221332---
13231333
0 commit comments