Tests are stored in Postman only (no git or something).
Jenkins runs tests using Newman and Postman API (collections are not stored but called by Jenkins)
Test for file upload has a file uploaded to Postman storage (Introducing File Storage for Tests and Requests | Postman Blog)
It runs perfectly locally. But fails when run on Jenkins with Newman with the following error
‘Form param file
, file load error: “postman-cloud://
│ /1eec0f3e-dca5-4430-b1ce-744bcc0fa19d”, no such file’
Please suggest how to get it sorted, many tnx