Skip to content

Commit ecbc3d8

Browse files
authored
CLOUDP-315586: Postman API retry on any error code
1 parent b6a1383 commit ecbc3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/postman/scripts/upload-collection.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ else
103103
--data ${collection_transformed_path}"
104104

105105
execute_curl --request PUT --retry 3 --retry-delay 30 --retry-max-time 1200 \
106-
--show-error --fail --silent \
106+
--show-error --fail --silent --retry-all-errors \\
107107
--location "https://api.getpostman.com/collections/${collection_id}" \
108108
--header "Content-Type: application/json" \
109109
--header "X-API-Key: ${POSTMAN_API_KEY}" \

0 commit comments

Comments
 (0)