From 3b1b868a43a58652670054a691f608c429b47ce8 Mon Sep 17 00:00:00 2001 From: Gwenneg Lepage Date: Thu, 12 Dec 2024 10:43:41 +0100 Subject: [PATCH] Update remote pipeline pathInRepo --- .tekton/notifications-aggregator-pull-request.yaml | 2 +- .tekton/notifications-aggregator-push.yaml | 2 +- .tekton/notifications-aggregator-sc-pull-request.yaml | 2 +- .tekton/notifications-aggregator-sc-push.yaml | 2 +- .tekton/notifications-backend-pull-request.yaml | 2 +- .tekton/notifications-backend-push.yaml | 2 +- .tekton/notifications-backend-sc-pull-request.yaml | 2 +- .tekton/notifications-backend-sc-push.yaml | 2 +- .tekton/notifications-connector-drawer-pull-request.yaml | 2 +- .tekton/notifications-connector-drawer-push.yaml | 2 +- .tekton/notifications-connector-drawer-sc-pull-request.yaml | 2 +- .tekton/notifications-connector-drawer-sc-push.yaml | 2 +- .tekton/notifications-connector-email-pull-request.yaml | 2 +- .tekton/notifications-connector-email-push.yaml | 2 +- .tekton/notifications-connector-email-sc-pull-request.yaml | 2 +- .tekton/notifications-connector-email-sc-push.yaml | 2 +- .tekton/notifications-connector-google-chat-pull-request.yaml | 2 +- .tekton/notifications-connector-google-chat-push.yaml | 2 +- .../notifications-connector-google-chat-sc-pull-request.yaml | 2 +- .tekton/notifications-connector-google-chat-sc-push.yaml | 2 +- .../notifications-connector-microsoft-teams-pull-request.yaml | 2 +- .tekton/notifications-connector-microsoft-teams-push.yaml | 2 +- ...notifications-connector-microsoft-teams-sc-pull-request.yaml | 2 +- .tekton/notifications-connector-microsoft-teams-sc-push.yaml | 2 +- .tekton/notifications-connector-pagerduty-pull-request.yaml | 2 +- .tekton/notifications-connector-pagerduty-push.yaml | 2 +- .tekton/notifications-connector-pagerduty-sc-pull-request.yaml | 2 +- .tekton/notifications-connector-pagerduty-sc-push.yaml | 2 +- .tekton/notifications-connector-servicenow-pull-request.yaml | 2 +- .tekton/notifications-connector-servicenow-push.yaml | 2 +- .tekton/notifications-connector-servicenow-sc-pull-request.yaml | 2 +- .tekton/notifications-connector-servicenow-sc-push.yaml | 2 +- .tekton/notifications-connector-slack-pull-request.yaml | 2 +- .tekton/notifications-connector-slack-push.yaml | 2 +- .tekton/notifications-connector-slack-sc-pull-request.yaml | 2 +- .tekton/notifications-connector-slack-sc-push.yaml | 2 +- .tekton/notifications-connector-splunk-pull-request.yaml | 2 +- .tekton/notifications-connector-splunk-push.yaml | 2 +- .tekton/notifications-connector-splunk-sc-pull-request.yaml | 2 +- .tekton/notifications-connector-splunk-sc-push.yaml | 2 +- .tekton/notifications-connector-webhook-pull-request.yaml | 2 +- .tekton/notifications-connector-webhook-push.yaml | 2 +- .tekton/notifications-connector-webhook-sc-pull-request.yaml | 2 +- .tekton/notifications-connector-webhook-sc-push.yaml | 2 +- .tekton/notifications-engine-pull-request.yaml | 2 +- .tekton/notifications-engine-push.yaml | 2 +- .tekton/notifications-engine-sc-pull-request.yaml | 2 +- .tekton/notifications-engine-sc-push.yaml | 2 +- .tekton/notifications-recipients-resolver-pull-request.yaml | 2 +- .tekton/notifications-recipients-resolver-push.yaml | 2 +- .tekton/notifications-recipients-resolver-sc-pull-request.yaml | 2 +- .tekton/notifications-recipients-resolver-sc-push.yaml | 2 +- 52 files changed, 52 insertions(+), 52 deletions(-) diff --git a/.tekton/notifications-aggregator-pull-request.yaml b/.tekton/notifications-aggregator-pull-request.yaml index c0a6588109..dcf0c10d50 100644 --- a/.tekton/notifications-aggregator-pull-request.yaml +++ b/.tekton/notifications-aggregator-pull-request.yaml @@ -36,7 +36,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-aggregator-push.yaml b/.tekton/notifications-aggregator-push.yaml index 44189df60c..a3d827d2e9 100644 --- a/.tekton/notifications-aggregator-push.yaml +++ b/.tekton/notifications-aggregator-push.yaml @@ -34,7 +34,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-aggregator-sc-pull-request.yaml b/.tekton/notifications-aggregator-sc-pull-request.yaml index 5532d987de..816f790517 100644 --- a/.tekton/notifications-aggregator-sc-pull-request.yaml +++ b/.tekton/notifications-aggregator-sc-pull-request.yaml @@ -37,7 +37,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-aggregator-sc-push.yaml b/.tekton/notifications-aggregator-sc-push.yaml index 8a741d3e1a..785cf6a302 100644 --- a/.tekton/notifications-aggregator-sc-push.yaml +++ b/.tekton/notifications-aggregator-sc-push.yaml @@ -34,7 +34,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-backend-pull-request.yaml b/.tekton/notifications-backend-pull-request.yaml index 2d61932d56..86b68366d0 100644 --- a/.tekton/notifications-backend-pull-request.yaml +++ b/.tekton/notifications-backend-pull-request.yaml @@ -36,7 +36,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-backend-push.yaml b/.tekton/notifications-backend-push.yaml index 9fd503c998..ede0dd4c7f 100644 --- a/.tekton/notifications-backend-push.yaml +++ b/.tekton/notifications-backend-push.yaml @@ -34,7 +34,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-backend-sc-pull-request.yaml b/.tekton/notifications-backend-sc-pull-request.yaml index a03df2ba0a..35f6ce2360 100644 --- a/.tekton/notifications-backend-sc-pull-request.yaml +++ b/.tekton/notifications-backend-sc-pull-request.yaml @@ -37,7 +37,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-backend-sc-push.yaml b/.tekton/notifications-backend-sc-push.yaml index 2287ae0c19..95094ffa99 100644 --- a/.tekton/notifications-backend-sc-push.yaml +++ b/.tekton/notifications-backend-sc-push.yaml @@ -34,7 +34,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-connector-drawer-pull-request.yaml b/.tekton/notifications-connector-drawer-pull-request.yaml index bc3c94b0c6..c7246c78d2 100644 --- a/.tekton/notifications-connector-drawer-pull-request.yaml +++ b/.tekton/notifications-connector-drawer-pull-request.yaml @@ -36,7 +36,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-connector-drawer-push.yaml b/.tekton/notifications-connector-drawer-push.yaml index fced0f1593..692454ba7d 100644 --- a/.tekton/notifications-connector-drawer-push.yaml +++ b/.tekton/notifications-connector-drawer-push.yaml @@ -34,7 +34,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-connector-drawer-sc-pull-request.yaml b/.tekton/notifications-connector-drawer-sc-pull-request.yaml index a55cfb63db..e89a25fba4 100644 --- a/.tekton/notifications-connector-drawer-sc-pull-request.yaml +++ b/.tekton/notifications-connector-drawer-sc-pull-request.yaml @@ -37,7 +37,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-connector-drawer-sc-push.yaml b/.tekton/notifications-connector-drawer-sc-push.yaml index a227e7cb8d..c6460b3da3 100644 --- a/.tekton/notifications-connector-drawer-sc-push.yaml +++ b/.tekton/notifications-connector-drawer-sc-push.yaml @@ -34,7 +34,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-connector-email-pull-request.yaml b/.tekton/notifications-connector-email-pull-request.yaml index 3ebb31c324..1ad0e3ddda 100644 --- a/.tekton/notifications-connector-email-pull-request.yaml +++ b/.tekton/notifications-connector-email-pull-request.yaml @@ -36,7 +36,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-connector-email-push.yaml b/.tekton/notifications-connector-email-push.yaml index 83640f7fb5..2e414dc5ff 100644 --- a/.tekton/notifications-connector-email-push.yaml +++ b/.tekton/notifications-connector-email-push.yaml @@ -34,7 +34,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-connector-email-sc-pull-request.yaml b/.tekton/notifications-connector-email-sc-pull-request.yaml index dad23dd7a1..b95fd0b64e 100644 --- a/.tekton/notifications-connector-email-sc-pull-request.yaml +++ b/.tekton/notifications-connector-email-sc-pull-request.yaml @@ -37,7 +37,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-connector-email-sc-push.yaml b/.tekton/notifications-connector-email-sc-push.yaml index 0d4bfce7b8..d5da1c0519 100644 --- a/.tekton/notifications-connector-email-sc-push.yaml +++ b/.tekton/notifications-connector-email-sc-push.yaml @@ -34,7 +34,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-connector-google-chat-pull-request.yaml b/.tekton/notifications-connector-google-chat-pull-request.yaml index 570115680e..eb44b6afce 100644 --- a/.tekton/notifications-connector-google-chat-pull-request.yaml +++ b/.tekton/notifications-connector-google-chat-pull-request.yaml @@ -36,7 +36,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-connector-google-chat-push.yaml b/.tekton/notifications-connector-google-chat-push.yaml index 16decd9698..8dcaef3089 100644 --- a/.tekton/notifications-connector-google-chat-push.yaml +++ b/.tekton/notifications-connector-google-chat-push.yaml @@ -34,7 +34,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-connector-google-chat-sc-pull-request.yaml b/.tekton/notifications-connector-google-chat-sc-pull-request.yaml index 4935c9fb7e..1bd5003fda 100644 --- a/.tekton/notifications-connector-google-chat-sc-pull-request.yaml +++ b/.tekton/notifications-connector-google-chat-sc-pull-request.yaml @@ -37,7 +37,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-connector-google-chat-sc-push.yaml b/.tekton/notifications-connector-google-chat-sc-push.yaml index c0ee48d108..4f03a7c381 100644 --- a/.tekton/notifications-connector-google-chat-sc-push.yaml +++ b/.tekton/notifications-connector-google-chat-sc-push.yaml @@ -34,7 +34,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-connector-microsoft-teams-pull-request.yaml b/.tekton/notifications-connector-microsoft-teams-pull-request.yaml index e709eb2f24..e039faaa60 100644 --- a/.tekton/notifications-connector-microsoft-teams-pull-request.yaml +++ b/.tekton/notifications-connector-microsoft-teams-pull-request.yaml @@ -36,7 +36,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-connector-microsoft-teams-push.yaml b/.tekton/notifications-connector-microsoft-teams-push.yaml index 173949e696..26fcbb2659 100644 --- a/.tekton/notifications-connector-microsoft-teams-push.yaml +++ b/.tekton/notifications-connector-microsoft-teams-push.yaml @@ -34,7 +34,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-connector-microsoft-teams-sc-pull-request.yaml b/.tekton/notifications-connector-microsoft-teams-sc-pull-request.yaml index 05686b6a22..d581226e49 100644 --- a/.tekton/notifications-connector-microsoft-teams-sc-pull-request.yaml +++ b/.tekton/notifications-connector-microsoft-teams-sc-pull-request.yaml @@ -37,7 +37,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-connector-microsoft-teams-sc-push.yaml b/.tekton/notifications-connector-microsoft-teams-sc-push.yaml index 7c17c8ec74..fc76a1de94 100644 --- a/.tekton/notifications-connector-microsoft-teams-sc-push.yaml +++ b/.tekton/notifications-connector-microsoft-teams-sc-push.yaml @@ -34,7 +34,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-connector-pagerduty-pull-request.yaml b/.tekton/notifications-connector-pagerduty-pull-request.yaml index 230c5b7766..9b1623bb01 100644 --- a/.tekton/notifications-connector-pagerduty-pull-request.yaml +++ b/.tekton/notifications-connector-pagerduty-pull-request.yaml @@ -36,7 +36,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-connector-pagerduty-push.yaml b/.tekton/notifications-connector-pagerduty-push.yaml index 9880e34917..dcac000ebc 100644 --- a/.tekton/notifications-connector-pagerduty-push.yaml +++ b/.tekton/notifications-connector-pagerduty-push.yaml @@ -34,7 +34,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-connector-pagerduty-sc-pull-request.yaml b/.tekton/notifications-connector-pagerduty-sc-pull-request.yaml index 8e47faab17..cb0707bfc7 100644 --- a/.tekton/notifications-connector-pagerduty-sc-pull-request.yaml +++ b/.tekton/notifications-connector-pagerduty-sc-pull-request.yaml @@ -37,7 +37,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-connector-pagerduty-sc-push.yaml b/.tekton/notifications-connector-pagerduty-sc-push.yaml index edd5814d6b..6931c4c48d 100644 --- a/.tekton/notifications-connector-pagerduty-sc-push.yaml +++ b/.tekton/notifications-connector-pagerduty-sc-push.yaml @@ -34,7 +34,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-connector-servicenow-pull-request.yaml b/.tekton/notifications-connector-servicenow-pull-request.yaml index dbaba5d671..5f638015ee 100644 --- a/.tekton/notifications-connector-servicenow-pull-request.yaml +++ b/.tekton/notifications-connector-servicenow-pull-request.yaml @@ -36,7 +36,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-connector-servicenow-push.yaml b/.tekton/notifications-connector-servicenow-push.yaml index 6b4b9d14af..250200a76b 100644 --- a/.tekton/notifications-connector-servicenow-push.yaml +++ b/.tekton/notifications-connector-servicenow-push.yaml @@ -34,7 +34,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-connector-servicenow-sc-pull-request.yaml b/.tekton/notifications-connector-servicenow-sc-pull-request.yaml index 26163f02da..5ac3e2e233 100644 --- a/.tekton/notifications-connector-servicenow-sc-pull-request.yaml +++ b/.tekton/notifications-connector-servicenow-sc-pull-request.yaml @@ -37,7 +37,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-connector-servicenow-sc-push.yaml b/.tekton/notifications-connector-servicenow-sc-push.yaml index db5f4a130e..2aca6ba575 100644 --- a/.tekton/notifications-connector-servicenow-sc-push.yaml +++ b/.tekton/notifications-connector-servicenow-sc-push.yaml @@ -34,7 +34,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-connector-slack-pull-request.yaml b/.tekton/notifications-connector-slack-pull-request.yaml index dbf4709dc0..7f6a92261b 100644 --- a/.tekton/notifications-connector-slack-pull-request.yaml +++ b/.tekton/notifications-connector-slack-pull-request.yaml @@ -36,7 +36,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-connector-slack-push.yaml b/.tekton/notifications-connector-slack-push.yaml index d80cc54a91..b238f0ddc3 100644 --- a/.tekton/notifications-connector-slack-push.yaml +++ b/.tekton/notifications-connector-slack-push.yaml @@ -34,7 +34,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-connector-slack-sc-pull-request.yaml b/.tekton/notifications-connector-slack-sc-pull-request.yaml index 49e778fe5d..44a86add8b 100644 --- a/.tekton/notifications-connector-slack-sc-pull-request.yaml +++ b/.tekton/notifications-connector-slack-sc-pull-request.yaml @@ -37,7 +37,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-connector-slack-sc-push.yaml b/.tekton/notifications-connector-slack-sc-push.yaml index 9cf9a98df0..d3042a7150 100644 --- a/.tekton/notifications-connector-slack-sc-push.yaml +++ b/.tekton/notifications-connector-slack-sc-push.yaml @@ -34,7 +34,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-connector-splunk-pull-request.yaml b/.tekton/notifications-connector-splunk-pull-request.yaml index 3063097059..9d9c1aa33d 100644 --- a/.tekton/notifications-connector-splunk-pull-request.yaml +++ b/.tekton/notifications-connector-splunk-pull-request.yaml @@ -36,7 +36,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-connector-splunk-push.yaml b/.tekton/notifications-connector-splunk-push.yaml index 9a44eb2139..10025a3219 100644 --- a/.tekton/notifications-connector-splunk-push.yaml +++ b/.tekton/notifications-connector-splunk-push.yaml @@ -34,7 +34,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-connector-splunk-sc-pull-request.yaml b/.tekton/notifications-connector-splunk-sc-pull-request.yaml index 220fa27b1f..234be48cba 100644 --- a/.tekton/notifications-connector-splunk-sc-pull-request.yaml +++ b/.tekton/notifications-connector-splunk-sc-pull-request.yaml @@ -37,7 +37,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-connector-splunk-sc-push.yaml b/.tekton/notifications-connector-splunk-sc-push.yaml index 07ff480ab3..0e4c4bb861 100644 --- a/.tekton/notifications-connector-splunk-sc-push.yaml +++ b/.tekton/notifications-connector-splunk-sc-push.yaml @@ -34,7 +34,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-connector-webhook-pull-request.yaml b/.tekton/notifications-connector-webhook-pull-request.yaml index 3e06132740..99c4cd38b6 100644 --- a/.tekton/notifications-connector-webhook-pull-request.yaml +++ b/.tekton/notifications-connector-webhook-pull-request.yaml @@ -36,7 +36,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-connector-webhook-push.yaml b/.tekton/notifications-connector-webhook-push.yaml index 8f1e1ece56..17028873e4 100644 --- a/.tekton/notifications-connector-webhook-push.yaml +++ b/.tekton/notifications-connector-webhook-push.yaml @@ -34,7 +34,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-connector-webhook-sc-pull-request.yaml b/.tekton/notifications-connector-webhook-sc-pull-request.yaml index 33ef6055e8..51f8b97a06 100644 --- a/.tekton/notifications-connector-webhook-sc-pull-request.yaml +++ b/.tekton/notifications-connector-webhook-sc-pull-request.yaml @@ -37,7 +37,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-connector-webhook-sc-push.yaml b/.tekton/notifications-connector-webhook-sc-push.yaml index e8d728f554..a58dbb6cbe 100644 --- a/.tekton/notifications-connector-webhook-sc-push.yaml +++ b/.tekton/notifications-connector-webhook-sc-push.yaml @@ -34,7 +34,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-engine-pull-request.yaml b/.tekton/notifications-engine-pull-request.yaml index 348c63cb4c..6a2ec799a3 100644 --- a/.tekton/notifications-engine-pull-request.yaml +++ b/.tekton/notifications-engine-pull-request.yaml @@ -36,7 +36,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-engine-push.yaml b/.tekton/notifications-engine-push.yaml index 8ec9ac0542..ab2d3866bd 100644 --- a/.tekton/notifications-engine-push.yaml +++ b/.tekton/notifications-engine-push.yaml @@ -34,7 +34,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-engine-sc-pull-request.yaml b/.tekton/notifications-engine-sc-pull-request.yaml index e8971dc602..127f348901 100644 --- a/.tekton/notifications-engine-sc-pull-request.yaml +++ b/.tekton/notifications-engine-sc-pull-request.yaml @@ -37,7 +37,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-engine-sc-push.yaml b/.tekton/notifications-engine-sc-push.yaml index 4c2536723a..c80060779c 100644 --- a/.tekton/notifications-engine-sc-push.yaml +++ b/.tekton/notifications-engine-sc-push.yaml @@ -34,7 +34,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-recipients-resolver-pull-request.yaml b/.tekton/notifications-recipients-resolver-pull-request.yaml index d002cecbed..db9834a43f 100644 --- a/.tekton/notifications-recipients-resolver-pull-request.yaml +++ b/.tekton/notifications-recipients-resolver-pull-request.yaml @@ -36,7 +36,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-recipients-resolver-push.yaml b/.tekton/notifications-recipients-resolver-push.yaml index 678c937c43..3492b721c7 100644 --- a/.tekton/notifications-recipients-resolver-push.yaml +++ b/.tekton/notifications-recipients-resolver-push.yaml @@ -34,7 +34,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-recipients-resolver-sc-pull-request.yaml b/.tekton/notifications-recipients-resolver-sc-pull-request.yaml index 66b6ab4696..a84d370ccc 100644 --- a/.tekton/notifications-recipients-resolver-sc-pull-request.yaml +++ b/.tekton/notifications-recipients-resolver-sc-pull-request.yaml @@ -37,7 +37,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: diff --git a/.tekton/notifications-recipients-resolver-sc-push.yaml b/.tekton/notifications-recipients-resolver-sc-push.yaml index 597c8d8f1b..be54ef0dbb 100644 --- a/.tekton/notifications-recipients-resolver-sc-push.yaml +++ b/.tekton/notifications-recipients-resolver-sc-push.yaml @@ -34,7 +34,7 @@ spec: - name: revision value: main - name: pathInRepo - value: pipelines/build-pipeline.yaml + value: pipelines/docker-build.yaml resolver: git taskRunTemplate: {} workspaces: