← Back to Explore

artifact-status-vars

Status vars include artifact-record variables

test artifacts

Rundown

# Status vars include artifact variables

## 1. Produce an artifact variable

- ARTIFACTS
  - PlanPath "plan.json"
- PASS CONTINUE

```bash
printf '{"plan":"ok"}' > "{{ path PlanPath }}"
```

## 2. Pause with the artifact variable in scope

- ARTIFACTS
  - PlanPath
- PASS COMPLETE
- FAIL STOP

The active status output should include `PlanPath`.

Run

Initializing...

Initializing...

Step/2