Questions tagged [concourse-s3-resource]

3 questions
1
vote
2 answers

How to give same 'get' to multiple jobs in concourse

Instead of giving the same '- get' to multiple jobs, is there any way that I can optimize my code by giving common '- get', if it is allowed in any way. Currently, I have given the same code (- get) for different jobs jobs: - name: Name1 plan: -…
0
votes
1 answer

Concourse CI tool to continuously monitor an S3 bucket and trigger job if a file appears

I need to be able to trigger a Concourse task when a file appears in an Amazon S3 bucket. There is this Concourse tool: https://github.com/pivotalservices/concourse-curl-resource However I am looking to test for the existence of a file, and if it…
ether_joe
  • 1,068
  • 1
  • 13
  • 32
-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