Hi All,
we have a customer that have 16 separate models for dynamics .
we have implemented CI\CD in one deploy-able package .
the customer have concern if they want to choose only few models to include in the package , is the only way to do so is to create pipeline for each model?
Thank you,
Thanks Martin,
the customer is using Git repository with Dev, staging,Main branches.
all updates on Dev are being pushed to Dev repo.
Dev is merged with Staging from devops , then build is started with all models.
No, creating a pipelines for each model isn't a solution. It wouldn't be a continuous integration pipeline anymore, because it wouldn't integrate the models intended for a deployment, and it couldn't produce something that the CD pipeline could deploy, because the requirement is to deploy several models and not just one.
You can create a sort of a release branch, put the models there and set up a CI/CD pipeline for this branch. But first, consider whether the whole design makes sense. Ask them why they want to have models that they don't want to deliver. Maybe they need some help with their branching strategy.
André Arnaud de Cal...
292,160
Super User 2025 Season 1
Martin Dráb
230,962
Most Valuable Professional
nmaenpaa
101,156