Skip to content

Commit 04d8179

Browse files
authored
Merge branch 'main' into include-subprocess-stderr-in-logs
2 parents 121ee85 + 3987ce2 commit 04d8179

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

integration-tests/pipelines/e2e-tests-pipeline.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ spec:
1313
description: "namespace where e2e-tests will be executed"
1414
tasks:
1515
- name: test-metadata
16+
params:
17+
- name: SNAPSHOT
18+
value: $(params.SNAPSHOT)
19+
- name: test-name
20+
value: $(context.pipelineRun.name)
1621
taskRef:
1722
resolver: git
1823
params:

0 commit comments

Comments
 (0)