CI/CD Pipeline | Trigger for jenkins Job

0
Hi Team   Is there any way to trigger jenkins Pipeline on any commit on Team Server. Basically  i want to create an auto triggered jenkins pipiline for mendix app deployment on mendix cloud.   Or  can i have access to Github repository used by team server?
asked
2 answers
0

What we did in one of our projects is to have (i believe) jenkins do a check every x time if a new commit was there, and then trigger a deploy.

Would that work for you?

answered
0

There is some documentation on how to implement a CI/CD pipeline for Mendix that may be of help.

https://docs.mendix.com/howto/integration/implement-cicd-pipeline/

answered