sap-cx-actions/sap-commerce-build
Triggers the build process for the SAP Commerce Cloud project in the CCv2.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| branch | The branch or tag to build. | yes | — |
| buildName | The name of the build. | no | — |
| checkStatusInterval | The interval in milliseconds to check the status of the build. Default is 300000 ms (5 minutes). | no | 300000 |
| retryOnFailure | Whether to retry the build creation if it fails. | no | false |
| maxRetries | The maximum number of retries. Default is 3. | no | 3 |
| notify | Whether to send notifications, if true, the webhookUrl environment variables is required. | no | false |
| dryRun | Whether to run the action in dry-run mode. If true, the action will not trigger the build in actual CCv2. | no | false |
| timezone | The timezone to use for the build. Default is America/New_York. | no | America/New_York |
Outputs
| name | description |
|---|---|
| buildCode | The code of the build. |
| buildStatus | The status of the build. |