Merge pull request #15729 from ciprianna/cloudbuild_retry_post
fix: sets the method to POST in reRunWorkflow fetch request.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-cloudbuild': patch
|
||||
---
|
||||
|
||||
Fixed bug in the CloudbuildClient reRunWorkflow fetch call. The method in the fetch request was not specified and defaulted to a GET. Method is now explicitly set to POST with this change.
|
||||
Reference in New Issue
Block a user