From 806dd6d26718a66052c812d08cd14f5a8467a690 Mon Sep 17 00:00:00 2001 From: Misha Sugakov Date: Wed, 6 Nov 2024 14:05:53 +0100 Subject: [PATCH] Echo task branches --- .tekton/collector-component-pipeline.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.tekton/collector-component-pipeline.yaml b/.tekton/collector-component-pipeline.yaml index 0281708c1f..4ecaca7f57 100644 --- a/.tekton/collector-component-pipeline.yaml +++ b/.tekton/collector-component-pipeline.yaml @@ -127,6 +127,14 @@ spec: - name: git-auth tasks: + - name: echo-params + taskSpec: + steps: + - image: registry.access.redhat.com/ubi8/ubi-minimal:latest + script: | + echo "source branch: {{source_branch}}" + echo "target branch: {{target_branch}}" + echo "event type: {{event_type}}" - name: init params: