Camunda 8 - deployment pipelines saas

What do you suggest? Which is the best option to deploy the zeebe client / bpmn process, doing separately or use the same pipeline of deployment for both artefacts?

Hi @Maxi_Gutierrez - do you mean deploying job workers and/or Connectors with the process?

Exactly @nathan.loding, we are standarizing the pipelines in a large company.

What is your recommendation?

That’s an interesting question. I think I would be inclined to set up one pipeline for each, and run them in parallel during a major release cycle; but it seems like a good idea to be able to deploy one or the other if you need to address a bug. For instance, if the job worker has a critical bug that needs to be fixed, you can deploy a fix to the job worker without deploying everything else.

I would be curious what others think too!

1 Like