Scheduling Artifacts

I have deployed a pipeline in the main branch in QA project. There I have to create artifacts for that pipeline how do i do that since the code deployment has been done via Azure Devops? Also the artifacts are created for each pipeline separately or its only a single artifact for the whole env?

Hello @pmathur

Thank you for your post, let me take a look into this and get back to you ASAP.

Kind regards, Joe

Hello @pmathur

In the Data Productivity Cloud (DPC), Artefacts function a bit differently than traditional build packages. Here are the key takeaways to keep in mind:

  • Branch-Based Building: An artefact is built directly from the branch or commit you are currently working on. Think of it as a comprehensive package of all your resources, rather than something strictly tied to a single pipeline.

  • Build Once, Deploy Anywhere: You don’t need to create separate artefacts for every environment. You can build your artefact once (typically from your main branch) and then promote that same exact artefact across different environments in your project, such as Dev, QA, and Production.

For a deeper dive into managing and deploying these packages, check out the official documentation here: Matillion DPC: Artefacts Overview
I hope this helps. Please let me know if you need anything else.

Kind regards, Joe