File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
incubating/test-reporting Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ metadata:
45
45
branch : ${{CF_BRANCH_TAG_NORMALIZED}}
46
46
report_dir : mochawesome-report
47
47
report_index_file : mochawesome.html
48
+ image_tag : 1.2.0-scmecr-19339add-max-file-upload-argument
48
49
49
50
spec :
50
51
arguments : |-
@@ -96,13 +97,17 @@ spec:
96
97
"cf_api_retries": {
97
98
"type": "integer",
98
99
"description": "The number of times to retry if a Codefresh API call fails. The default is 0"
100
+ },
101
+ "image_tag": {
102
+ "type": "string",
103
+ "description": "The version of test reporting image. The default is 1.2.0"
99
104
}
100
105
}
101
106
}
102
107
stepsTemplate : |-
103
108
first:
104
109
title: Generate test reporting
105
- image: codefresh/cf-docker-test-reporting:1.2.0-scmecr-19339add-max-file-upload-argument
110
+ image: codefresh/cf-docker-test-reporting:[[ .Arguments.image_tag ]]
106
111
environment:
107
112
[[ if .Arguments.allure_dir ]]
108
113
- ALLURE_DIR=[[ .Arguments.allure_dir ]]
You can’t perform that action at this time.
0 commit comments