We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88bd379 commit 501c9deCopy full SHA for 501c9de
roles/polarion/tasks/main.yml
@@ -131,7 +131,7 @@
131
--testrun-title={{ cifmw_polarion_testrun_title }}-{{ loop_idx }}
132
--xml-file={{ item.path }}
133
--update_testcases={{ cifmw_polarion_update_testcases | default(false) }}
134
- --custom-fields {{ _custom_fields_string }}
+ --custom-fields {{ _custom_fields_string | quote }}
135
{{ cifmw_polarion_jump_extra_vars | default ('') }}
136
loop: "{{ merged_xml_files.files }}"
137
loop_control:
0 commit comments