Skip to content

Azure.DevOps.Pipelines.Settings.LimitSetVariablesAtQueueTime

github-actions edited this page Oct 21, 2023 · 2 revisions

Azure.DevOps.Pipelines.Settings.LimitSetVariablesAtQueueTime

SYNOPSIS

Project settings should limit setting variables at queue time.

DESCRIPTION

Setting variables at queue time can be used to override variables defined in the pipeline. This can be useful for testing or debugging. However, this can also be used to override variables that are used to control the behavior of the pipeline and may result in unexpected behavior.

Mininum TokenType: ReadOnly

RECOMMENDATION

Consider disabling the ability to set variables at queue time in the project settings.

LINKS

Clone this wiki locally