> For the complete documentation index, see [llms.txt](https://developer.harness.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.harness.io/continuous-delivery/troubleshooting-and-resources/armory/general/spinnaker-improperly-errors-even-when-spel-expressions-are-commented-out.md).

# Spinnaker Improperly Errors Even When SPEL Expressions Are Commented Out

### Issue <a href="#issue" id="issue"></a>

Some users may find Spinnaker attempting to evaluate `${}`-wrapped expressions not meant for Spinnaker to evaluate as SpEL. An example may be artifacts that has some comments in it, unfortunately some of the comments are containing valid SpEL expressions.

### Cause <a href="#cause" id="cause"></a>

Orca's evaluation of the entire pipeline context for SpEL expressions occurs outside the control of individual stages. Due to this, the expressions won't skip over all of the SpEL expressions even if commented out.
