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