You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
278 B
5 lines
278 B
{% set mapping_rules = {} %}
|
|
{% for value in threescale_cicd_existing_mapping_rules_details %}
|
|
{% do mapping_rules.update({ (threescale_cicd_existing_metrics_details|selectattr("id", "equalto", value.metric_id)|first).system_name: value.id }) %}
|
|
{% endfor %}
|
|
{{ mapping_rules }}
|