Hello Nick,
I've got a question in similar,
In my pipeline i have 4 jobs,
When the first job(of the pipeline) finishes, i would like it to start the second job only if one condition is satisfied, the condition is external so should be entered manually by the user like an input parameter.
So on the ui the user should have something like a question where he need to respond on the graphical build steps.
Can we achieve something like that with concourse-ci ?
Also another thing is that i want to run a build and during the process ask the user to select the branch he wan't to be build from. So also manual intervention and UI present the list of git branches. Is this possible ?
Thanks