79635894

Date: 2025-05-23 16:29:56
Score: 0.5
Natty:
Report link
variables:
- name: runs
  value: 1,2,3

stages:
- ${{ each run in split(variables.runs, ',') }}:
  - stage: SomeTests_${{ run }}
    jobs:
    - job:
      ...

- stage: Installation
  jobs:
  - job:
    ...
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Iqan Shaikh