Jenkins Job Label Expression

From NovaOrdis Knowledge Base
Revision as of 20:26, 23 April 2018 by Ovidiu (talk | contribs) (Created page with "=Internal= * Jenkins Concepts =Overview= Defines a logical expression which determines which agents may exe...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

Defines a logical expression which determines which agents may execute builds for a project. This expression, when tested against the name and labels of each available agent, will be either true or false. If the expression evaluates to true, then that agent will be allowed to execute builds of this project.