armory-io/wait for specific status in spinnaker execution
This action keeps sending http calls to the execution controller until the response has the execution status tha we expect
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| baseUrl | URL of spinnaker | yes | — |
| application | spinnaker application to search | yes | — |
| eventId | eventID to search | yes | — |
| crtFile | client crt file to auth | yes | — |
| keyFile | client key file to auth | yes | — |
| passphrase | passphrase string to auth | no | — |
| statusExpected | Expected status for execution | no | SUCCEEDED |
| interval | interval time to check status | no | 5000 |
| timeout | max time to wait until timeout | no | 1800000 |
| isEncoded | specifies if the cert files needs to be decoded | no | — |
Outputs
no outputs