When I use microclimate on ICP, if I create a pipeline it will use Microservice Builder running in Jenkins to orchestrate a maven build, a docker package into a container image, and a deploy to Kubernetes.
Does Microservice Builder also orchestrate these steps when running "inner loop" builds?
i.e. when I change my code I see it is built by maven and ends up as a pod running in Kubernetes. Does Microservice Builder orchestrate this inner loop? And if not, what does?
The reason for the question is I'd like to extend Microservice Builder and I want to know if these extensions would also be invoked in the "inner loop" builds.