developer-friendly/Selective Builds
Calculate the changed services comparing the contents of files to the previous run.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | The directory to look for applications | yes | . |
| redis-host | The host of the redis server | yes | — |
| redis-port | The port of the redis server | no | 6379 |
| redis-password | The password of the redis server | yes | — |
| redis-ssl | Whether to use SSL for the redis connection | no | false |
| mode | Whether to capture the changes or to submit them to datastore (mark|submit) | no | mark |
| exclusions | A line separated list of patterns to exclude when finding apps | no | "" |
| inclusions | A line separated list of patterns to include when finding apps | no | "" |
| store-key | The key to store the changes in the redis server | no | app-caches |
Outputs
| name | description |
|---|---|
| apps | A comma list of applications that need rebuild. |