Creating this as an idea proposal as this seems not available and I can only find this as a question by Kevin Mei (https://forum.mendix.com/link/questions/97363).
Idea: We would like the Mendix Team Server to provide a trigger in case there are new commits. The trigger should be useable / receiveable by external pipeline orchestrators.
In our set-up, we use GitLabCI to orchestrate the different Mendix API’s associated with the CI/CD pipeline. Mendix advises to set-up a polling mechanism to get the latest revision using the Retrieve Branch API call.
Justification: We want to avoid having a runner that is continuously blocked because it’s the revision that’s requested every x seconds is still the latest version.