From 19d2b4a423debf441809dc1b1512b81b3901f5e9 Mon Sep 17 00:00:00 2001 From: jenish-jain Date: Wed, 21 Aug 2024 15:00:01 +0530 Subject: [PATCH] adding gocd yaml --- gocd.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gocd.yaml b/gocd.yaml index 01b82b8..4fa9efe 100644 --- a/gocd.yaml +++ b/gocd.yaml @@ -25,7 +25,7 @@ pipelines: artifacts: - external: id: push-to-cs - store_id: artifact-s3-store + store_id: google-cloud-storage configuration: options: Destination: 'builds/' @@ -58,14 +58,15 @@ pipelines: jobs: fetch: timeout: 0 + is_file: yes artifacts: - external: id: push-to-cs - store_id: artifact-s3-store + store_id: google-cloud-storage configuration: options: Destination: 'new_builds/' - Source: builds/build.json + Source: "builds" tasks: - exec: arguments: