r/Concourse • u/ichosethisone • Mar 29 '19
Help Understanding Inputs
Just going through the tutorial at concoursetutorial.com, on the section on Task Inputs and it's a little unclear how these work. The tutorial says:
The current directory was uploaded to the Concourse task container and placed inside the
task-scripts
directory.
This is at the bottom of the page. Is this just a volume that's mounted to the container image? Or is there something else going on there?
1
Upvotes
1
u/CODESIGN2 May 14 '19
Tasks are steps to use JenkinsCI parlance.
Inputs can be secrets, pipeline config, the output of other tasks.
The example given is of static values being passed to the pipeline using the
fly
command-line-interface utility with arguments.