Hi
We have a bunch of micro services in separate code repositories. The pipelines we have setup look like the diagram below. <https://lh3.googleusercontent.com/-n18NACBsIBY/V_IrFsQqmCI/AAAAAAAAAmU/IwkT90HzjAcdeJXPz22XnMJlHtxJXd6TQCLcB/s1600/Screen%2BShot%2B2016-10-03%2Bat%2B10.51.46.png> At the moment whenever we make changes to any one service let's say service1, integration test pipeline runs and then triggers deployment of all services. What we want is that Integration test pipeline should run if changes to any of the dependent services but it should trigger deployment only for the particular service which originated the change. Is that possible? so we are kind of looking to achieve "AND" condition in pipeline trigger. i.e. Deployment service 1 pipeline should trigger only when Service1 Artefact was built AND integration test passed. and this should not trigger Deployment service2 pipeline. Appreciate your help. Thanks Anant Agarwal -- You received this message because you are subscribed to the Google Groups "go-cd" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
