Questions tagged [concourse-task]

For questions specifically related to the concourse task smallest unit in concourse and usage of task in Concourse pipeline- the CI system written in Go. When using this tag also include the more generic [concourse] tag where possible.

21 questions
0
votes
1 answer

Concourse: Option to run all taks regardless of failure state

Wanted to know if there is any flag/option for concourse tasks inside a single job so that all tasks gets executed regardless of any task failing. Thanks!
0
votes
1 answer

Running a Concourse-Task with an registry-image resource

I am using Concourse-CI in combination with a private Docker registry and everything works fine. However, I want to run a task as an image I provide via the registry. To clarify: I don't want to run the image within the task, the task source should…
0
votes
1 answer

Concourse: How to use image's entrypoint for the Task?

I have an image with a fairly complicated entry point (basically java command). It's an OCI image with no shell. I am defining a concourse task, but if you see here https://concourse-ci.org/tasks.html#schema.task.run looks like run is compulsory. I…
Mangat Rai Modi
  • 5,397
  • 8
  • 45
  • 75
0
votes
1 answer

concourse pipeline - throwing error for sub folders "not a valid repository name"

I have repository which has two frontend application and one server folder. i need to create pipeline for two frontend(angular) and one server(nodejs) folder. if I create a pipeline for main folder(concourse-pipeline) its working fine. but when I…
0
votes
2 answers

how to specify 'source' in module if I don't want to use local path

I have two repos(it has to be two because of my pipeline setup), one repo contains the needed terraform scripts that will creates an S3 bucket (very simple), another repo contains the backend setup, and when I test locally, I can download the model…
0
votes
1 answer

Difference between PUT and OUTPUT steps in Concourse

Could someone tell me the difference between the PUT step and the OUTPUT step in Concourse? For example, in the following type of YAML files why do we need a put step after a get? Can't we use output instead of put? If not what are the purposes of…
1
2