Skip to content

Commit 3987ce2

Browse files
authored
Merge pull request #273 from tisutisu/fix-test-metadata
fix: input params for test-metadata task
2 parents 63cd601 + 5135b75 commit 3987ce2

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)