Given that I have a project which is composed of a Jenkinsfile which automates the build of a docker image. I am trying to check that in the event a merge request is made for my project, this pipeline is triggered and builds the image.
I am new to API testing w/ Postman, so all help is appreciated