Best practice for creating pipelines in a microservice environment.
Should I go with each project has their our pipeline and then add a jenkins job that deploy as an when things change.
Or based on techology. One pipelines for redis, one for spark, one for tomcat etc , changes can be handled by adding extra GROK.
Looking for some ideas or who other people are implementing it.