05-02-2022 09:21 AM
We have a pipeline that we use to push our snaplogic code to gitlab. We use the REST Post snap to do the push to gitlab within the pipeline. It was working just fine for pushing new and existing code for a while, until last week.
Now when we run the pipeline it fails with the following error:
“error”:“REST API service endpoint returned error result: status code = 400, reason phrase = Bad Request”
When I write the error to an error pipeline, I see additional details:
"message":"A file with this name already exists"
No code changes to the pipeline or gitlab security setup since the last successful run