Webhook support in Team Server

0
We are new to on-prem Mendix deployment and wonder if Team Server supports Webhook, where any commit in the codebase would trigger an event to be sent to our Jenkins pipeline to automate the build and deployment process? Thanks!
asked
1 answers
1

Hi Kevin,

  At this time, the Team Server does not have an outbound notification of commit that can trigger downstream webhooks. The way we have implemented this functionality on our projects is to use a polling mechanism to check for recent commits. Azure DevOps has a nice polling feature built right into the Subversion connection we make to Team Server.

  Since you are using Jenkins, you might need to implement something like this.

answered