lontiplatform/Martini Build Pipeline Github
Prepares and uploads packages to a Martini instance
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base_url | Base URL of the Martini instance | yes | — |
| access_token | Access token of the Martini instance | yes | — |
| package_dir | Path to the directory containing package folders | no | packages |
| package_name_pattern | Regex pattern to match package directories | no | .* |
| async_upload | Enable async upload | no | false |
| success_check_timeout | Timeout for success check in seconds | no | 6 |
| success_check_delay | Delay between success checks in seconds | no | 30 |
| success_check_package_name | Name of the package to check for success | no | "" |
Outputs
| name | description |
|---|---|
| packages | List of uploaded packages with id, name, status, and version |