Introduction: Running Dagger Pipelines on Jenkins

preview_player
Показать описание
In this demo, Lev Lazinskiy shows how to integrate Dagger pipelines with Jenkins. He explains the setup process for a Jenkins pipeline using Dagger and covers both a simple and a modular approach to managing CI pipelines effectively.

Рекомендации по теме
Комментарии
Автор

Thank you. Very interesting.
I would like to see how can I pass parameters from a result of a previous stage to another.
Maybe in one stage I would like to grep informations from a Jira ticket and in the next stage I like tobwork with them.

chrisre
Автор

Is it posible to interact and give some inpute to the pipeline on the run?

For example I execute a terraform validate, then pipeline should pause and I manualy check the tf changes. If everything is fine I like to resume the build and execute a terraform apply

chrisre