Wait for new version deployed
ActionsTags
(1)Makes GET requests to given server and check response status and optionally commit sha to detect if new version deployed.
The URL to poll. Default "http://localhost:8080"
Response code to wait for. Default "200"
Timeout in seconds. Default "30". Can be float '30.5' (30,5 seconds)
Interval between polling in seconds. Default "1". Can be float '0.2' (200 ms)
default: 200
Determines if application has Spring Boot Actuator. Values: true/false.
If true - action will perform Actuator specific status or version check in addition to response code check.
Optional check for commit SHA of deployed version. This check is Spring Boot Actuator specific.
Has no effect when hasActuator set to false.
uses: kyberorg/[email protected]
with:
url: 'http://localhost:8081'
responseCode: 200
timeout: 20
interval: 0.5
hasActuator: true
commitSha: 9a9b9c
Wait for new version deployed is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.