| I'm seeing this issue too in Token Macro v2.3 and Matrix v1.12. For me, it looks like everything works as expected in the jobs that are defined by each configuration of the matrix (they kick off the appropriate jobs), however the parent job that kicks off the configurations shows the same error as above. I've only seen it when trying to conditionally kick off a job and the condition used the macro as part of its evaluation criteria. For example, mine was using a File Exists check that looked for a name based on the matrix axis. As a workaround, I converted my build conditional step to check a shell command rather than checking through the built-in File Exists. |