We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9109c3d commit f59d7bbCopy full SHA for f59d7bb
1 file changed
scripts/trigger_pipelines.py
@@ -61,7 +61,7 @@ def _check_pipeline_response(self, response: requests.Response):
61
time.sleep(self.api_request_delay)
62
delay = delay + self.api_request_delay
63
state_response = self.api_request(state_url)
64
- print("response check from our end----------", state_response.json()["state"])
+ print("response check from our end----------", state_response.json()["status_code"])
65
self.print_response(state_response, f"Response from {state_url} after {delay} seconds")
66
# print("response check from our end", state_response.json()["state"])
67
return response.json()["result"]
0 commit comments