manual step in pipeline

587 views
Skip to first unread message

John Test

unread,
Jul 11, 2016, 3:46:54 PM7/11/16
to Concourse Users
hey everyone,

I have been looking at a few different CI tools.
My pipeline contains a couple of manual steps and this is just part of the pipeline (as per security requirement) and there is no way around it.

Tools I tested.

Jenkins: Can do it. Works fine.
Gitlab-CI: Cannot do it. Just a repo-based yaml file. Didn't see a way to introduce manual step.
Concourse-CI: ????

I was hoping someone can give me an answer before I spent a lot of time and found that it doesn't.

Thank you
John

Dr Nic Williams

unread,
Jul 11, 2016, 4:59:07 PM7/11/16
to John Test, Concourse Users
You can create jobs that don't have triggers and manually run them from the UI (the + on the job's page), or fly trigger-job, or via the API.





--
You received this message because you are subscribed to the Google Groups "Concourse Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to concourse-ci...@googlegroups.com.
To post to this group, send email to concou...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/concourse-ci/86b9d0f2-b4e6-45e0-a418-0b35df9d9116%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

John Test

unread,
Jul 12, 2016, 10:07:40 AM7/12/16
to Concourse Users, johnt...@gmail.com
Thanks Nic. What about a single pipeline with a manual condition stage someone can click (such as pass/fail)? Is this possible?

If I understand correctly you're saying a job that requires a manual step should just be a manually triggered job in itself.
So within one pipeline we have multiple jobs some of which are manually triggered?

Dr Nic Williams

unread,
Jul 12, 2016, 4:43:10 PM7/12/16
to John Test, Concourse Users, johnt...@gmail.com
Correct. It's the concept of a job that can be manually triggered, and a job includes steps that are run (build plan).



_____________________________
From: John Test <johnt...@gmail.com>
Sent: Wednesday, July 13, 2016 12:07 AM
Subject: Re: manual step in pipeline
To: Concourse Users <concou...@googlegroups.com>
Cc: <johnt...@gmail.com>

p.az...@gmail.com

unread,
Jul 13, 2016, 8:12:33 AM7/13/16
to Concourse Users, johnt...@gmail.com
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
Reply all
Reply to author
Forward
0 new messages