oclyke/run-mbed-jobs
run any number of custom mbed jobs and use the results in subsequent steps
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| jobs | serialized json array with an object for each job [{"name": "", "loc": "", "config": {"base": "", "tgt": "", "tool": ""}, "user": {}}, ...] | yes | {} |
| mbed | serialized json object with mbed git repo information {"url": "", "branch": ""} | no | {"url": "https://github.com/ARMmbed/mbed-os", "branch": "master"} |
Outputs
| name | description |
|---|---|
| jobs | serialized json object with reults of jobs |