Skip to content

Commit c11fd75

Browse files
committed
Fix linting errors
1 parent 76e1e35 commit c11fd75

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

src/pages/docs/support/debug-problems-with-octopus-variables.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ Project variables and [library variable set](/docs/projects/variables/library-va
1616
1. Open the **Project ➜ Releases ➜ Release** page for the Release you are debugging.
1717
2. Scroll down to find the **Variables** section and click the **Show Snapshot** link so see the snapshot of Variables being used by this Release.
1818
3. If the variable is wrong in the Snapshot:
19-
* Update the Variable in the **Variables** section of the project, and then.
20-
* Click the **Update variables** button - beware this will update **all** variables in the Snapshot to the latest values.
19+
- Update the Variable in the **Variables** section of the project, and then.
20+
- Click the **Update variables** button - beware this will update **all** variables in the Snapshot to the latest values.
2121

2222
:::figure
23-
![](/docs/img/support/images/3278466.png)
23+
![Release variable snapshot showing the Update Variables button](/docs/img/support/images/3278466.png)
2424
:::
2525

2626
:::div{.hint}
@@ -33,7 +33,7 @@ Project variables and [library variable set](/docs/projects/variables/library-va
3333
2. Investigate the variables from all possible sources for the project including the project itself, [variable sets](/docs/projects/variables/library-variable-sets/), and [tenants](/docs/tenants).
3434

3535
:::figure
36-
![](/docs/img/support/images/5865680.png)
36+
![All Variables tab showing variables from all sources](/docs/img/support/images/5865680.png)
3737
:::
3838

3939
:::div{.success}
@@ -55,13 +55,13 @@ This will log the variables available at the beginning of each step in the deplo
5555
It should look like this. You can have as many extra variables as you want besides these two.
5656

5757
:::figure
58-
![](/docs/img/support/images/evaluatedvars.png)
58+
![Project variables with OctopusPrintVariables and OctopusPrintEvaluatedVariables set to True](/docs/img/support/images/evaluatedvars.png)
5959
:::
6060

61-
3. **Create a new release** of the project or **Update the variable snapshot** for the release as shown above.
62-
4. Deploy the new release.
63-
5. Enable **Verbose** output on the **Task log** page.
64-
6. Expand the element corresponding to the Tentacle on which the problem is observed. Two sets of variables will be printed, first, the raw definitions before any substitutions have been performed, then the result of evaluating all variables for deployment.
61+
1. **Create a new release** of the project or **Update the variable snapshot** for the release as shown above.
62+
1. Deploy the new release.
63+
1. Enable **Verbose** output on the **Task log** page.
64+
1. Expand the element corresponding to the Tentacle on which the problem is observed. Two sets of variables will be printed, first, the raw definitions before any substitutions have been performed, then the result of evaluating all variables for deployment.
6565

6666
:::div{.warning}
6767
**For debugging only**

0 commit comments

Comments
 (0)