You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/docs/support/debug-problems-with-octopus-variables.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,11 @@ Project variables and [library variable set](/docs/projects/variables/library-va
16
16
1. Open the **Project ➜ Releases ➜ Release** page for the Release you are debugging.
17
17
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.
18
18
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.
21
21
22
22
:::figure
23
-

23
+

24
24
:::
25
25
26
26
:::div{.hint}
@@ -33,7 +33,7 @@ Project variables and [library variable set](/docs/projects/variables/library-va
33
33
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).
34
34
35
35
:::figure
36
-

36
+

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

58
+

59
59
:::
60
60
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.
0 commit comments