Skip to content

OctoLintProjectWorkerPool

Mark Harrison edited this page Feb 27, 2025 · 1 revision

OctoLintProjectWorkerPool returns a warning if any project has steps in the deployment process where a worker pool is referenced that is invalid, according to a specified regular expression.

Recommendation

Establish an easy-to-understand naming convention for worker pools. For example, name the worker pools to match the purpose, location, and environment. e.g., Azure Central US Production Worker Pool.

Remediation

Consider changing the project's steps which have an invalid worker pool name referenced to one that is valid, according to your desired naming convention.

Clone this wiki locally