Questions tagged [concourse]

For questions related to pipeline-based CI system Concourse written in Go.

Concourse is an open source continuous integration and continuous delivery (CI/CD) system designed for teams that practice test-driven development and continuous delivery.

Teams automate delivery of their software as pipelines which execute testing, packaging, and deployment as often as every commit.

Concourse pipelines are configured via YAML. Pipelines can scale to projects of any complexity. Pipelines are displayed visually to show the status of build runs.

Concourse provides dependable, repeatable results that behave the same in any Concourse deployment, on any cloud.

Concourse provides a wide variety of predefined integrations with external systems, and an open approach for defining custom integrations.

See also: - Documentation - GitHub Repository

419 questions
0
votes
1 answer

Pull from multiple SCM then mv file in Concourse CI to workdir

I've been banging my head on this one for quite some time and I cannot figure it out (I know it must be a simple thing to do though). Currently, what I'm trying to do is pulling from two repositories (which naturally creates two separate…
Fadi
  • 1,329
  • 7
  • 22
  • 40
-1
votes
1 answer

Concourse CI: Quickstart + localhost

I've just started 'kicking the tires' on Concourse-CI, using the quickstart tutorial as my starting point. That much works fine. I've created a super basic pipeline with a single task, just like the quickstart tutorial. But instead of pulling the…
-1
votes
1 answer

Trying to send variables with terraform plan using concourse ci

I am trying to create a pipeline in concourse, which is going to trigger on github updates on a remote branch, and use that branch to plan, apply and destroy a terraform deployment. - name: terraform-repo type: git icon: github source: …
Lime
  • 11
  • 2
-1
votes
1 answer

failed to connect to 127.0.0.1:9000. connection refused

I have concourse , sonarqube server running inside containers and when i am trying to connect to sonarqube server using concourse, it is showing me error i.e SonarQube server [http://localhost:9000] can not be reached
Devanshu
  • 33
  • 1
  • 7
-1
votes
2 answers

Provide Proxy Information to Job

Wondering if anyone has come across this: Is it possible to provide proxy information to Concourse job? Something along lines of this: - name: bosh-deploy-0 ... jobs: - name: deploybosh properties: http_proxy_url:…
user2362699
  • 586
  • 6
  • 22
-1
votes
1 answer

Autoscaling program Bosh/Concourse

I am developing a autoscaling program for Bosh running Concourse, what is the language/process to writing the program and then implementing it in the pipeline?
-1
votes
1 answer

Where does the concourse ci create containers to run the task? How to get into any of those containers?

Where does the concourse ci create containers to run the task? How to get into any of those containers?
-1
votes
1 answer

Concourse resources not working after changing instance

I need some help to understand what is happening with our Concourse installation. We have Concourse working in an AWS EC2 Ubuntu instance (web and worker). For different reasons, we needed to move to a new EC2 instance. The problem is that Concourse…
Gerardo
  • 195
  • 1
  • 13
-1
votes
1 answer

Version number as a variable in a shell script

I’m using a semver resource where the version number is stored in git. Now I want to use the version number in the filename of the build file that is stored in a S3 bucket. We have the pipeline pointing to a separate task-file which points to a…
-1
votes
1 answer

Concourse S3 resource can't find simple file; 'no versions available'

I've got a Concourse trigger set to detect when a particular file appears in an S3 bucket. Using this resource: https://github.com/concourse/s3-resource . Configuration is like so: - name: s3-trigger-file type: s3 source: bucket: mybucket …
ether_joe
  • 1,068
  • 1
  • 13
  • 32
-1
votes
2 answers

How to setup ci/cd pipeline for github, docker dev and prod environments via concourse?

I am actually setting up CI/CD pipeline between GitHub, concourse, docker. here i am able get the code into concourse and build the docker images and push those images to docker private registry. After build success i want to deploy those images to…
kota chari
  • 19
  • 4
-2
votes
1 answer

Resource Type in Concourse CI: What happens if Check always returns just the latest version?

I was looking at the git resource and found it curious that Check is doing a clone rather than the much more lightweight ls-remote. I think there are two reasons: The possibility to filter commits based on metadata and what files changed in the…
squashed
  • 1
  • 1
  • 4
-2
votes
1 answer

while doing vagrant up vm is not initialing getting error in INFO subprocess

while doing vagrant up vm is not initialing getting error in INFO subprocess: Starting process: ["C:\Windows\System32\WindowsPowerShell rofile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "-Command", "(new-ob…
1 2 3
27
28