Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/docs/approvals/servicenow/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
### Deployments

| Project | Environment | Outcome |
|--|--|--|

Check failure on line 24 in src/pages/docs/approvals/servicenow/index.md

View workflow job for this annotation

GitHub Actions / lint

Table column style

src/pages/docs/approvals/servicenow/index.md:24:10 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 24 in src/pages/docs/approvals/servicenow/index.md

View workflow job for this annotation

GitHub Actions / lint

Table column style

src/pages/docs/approvals/servicenow/index.md:24:7 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 24 in src/pages/docs/approvals/servicenow/index.md

View workflow job for this annotation

GitHub Actions / lint

Table column style

src/pages/docs/approvals/servicenow/index.md:24:4 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md
| Change controlled| Change controlled| Approval required for deployment |

Check failure on line 25 in src/pages/docs/approvals/servicenow/index.md

View workflow job for this annotation

GitHub Actions / lint

Table column style

src/pages/docs/approvals/servicenow/index.md:25:74 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 25 in src/pages/docs/approvals/servicenow/index.md

View workflow job for this annotation

GitHub Actions / lint

Table column style

src/pages/docs/approvals/servicenow/index.md:25:39 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 25 in src/pages/docs/approvals/servicenow/index.md

View workflow job for this annotation

GitHub Actions / lint

Table column style

src/pages/docs/approvals/servicenow/index.md:25:20 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md
| **_Not_** Change controlled| Change controlled| No approval required |

Check failure on line 26 in src/pages/docs/approvals/servicenow/index.md

View workflow job for this annotation

GitHub Actions / lint

Table column style

src/pages/docs/approvals/servicenow/index.md:26:49 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 26 in src/pages/docs/approvals/servicenow/index.md

View workflow job for this annotation

GitHub Actions / lint

Table column style

src/pages/docs/approvals/servicenow/index.md:26:30 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 26 in src/pages/docs/approvals/servicenow/index.md

View workflow job for this annotation

GitHub Actions / lint

Emphasis style

src/pages/docs/approvals/servicenow/index.md:26:9 MD049/emphasis-style Emphasis style [Expected: asterisk; Actual: underscore] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md049.md

Check failure on line 26 in src/pages/docs/approvals/servicenow/index.md

View workflow job for this annotation

GitHub Actions / lint

Emphasis style

src/pages/docs/approvals/servicenow/index.md:26:5 MD049/emphasis-style Emphasis style [Expected: asterisk; Actual: underscore] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md049.md
| Change controlled| **_Not_** Change controlled| No approval required |

### Runbooks
Expand Down Expand Up @@ -227,7 +227,7 @@
The only supported states are those defined in the default CR lifecycle
:::

If the deployment is scheduled to execute in the future, then a CR will be created at the scheduled deployment time, and not when the deployment was requested.
If the deployment is scheduled to execute in the future, then a CR will be created as soon as the deployment is created. The deployment will remain queued until the scheduled time on the deployment or the `Planned Start` time on the CR is reached.

The number of the CR created or found will appear in the Task Summary tab of the executing Octopus deployment task. Clicking on the CR number in the message will navigate you to the CR in ServiceNow.

Expand Down