There is no way to interact a human with the build while it is running; CI is meant to be automated, not interactive.
You can simulate certain user interactions with many tools, such as a simple echo "ANSER" | cmd
and expect
.
There is no way to interact a human with the build while it is running; CI is meant to be automated, not interactive.
You can simulate certain user interactions with many tools, such as a simple echo "ANSER" | cmd
and expect
.