I have the following case that I was wondering if I could solve in a wisely 
way:

I have one pipeline with tests that are executed against production after 
deployment of some services. In other words, this pipeline is a downstream 
pipeline that depends on a deployment to successfully run.
Then I have another pipeline (almost equal to the one mentioned above) with 
tests that are executed against production periodically (using timer).

The thing is that since both pipelines are almost the same I was thinking 
on having only one, but I still want to have the possibility to trigger it 
as a dependency of the ones that run deployments, but also periodically, 
using the timer. Is it possible?

Let me know if it is clear or not.

-- 
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.

Reply via email to