Trigger another pipeline from main pipeline with DETACH: false

Hi Community,

I need to trigger E2E_TEST pipeline from my staging-deployment pipeline with codefresh-run type. I need to use DETACH: false argument because I need output of E2E_TEST pipeline in staging-deployment pipeline step.

Will it double the cost of running pipelines than running with DETACH: true argument

I believe it does double it.

Without detach the parent pipeline is still running so it is active and still consumes resources.

I would also open a ticket with our support team so that they can validate this.

Kostis