×
Sections in Declarative Pipeline typically contain one or more Directives or Steps. agent. The agent section specifies where the entire Pipeline, or a specific ...
Jenkins features using node labels are therefore potentially impacted by any such changes. These features include: Label assignments of various project types, ...
Missing: /url | Show results with:/url
Pipeline Steps Reference. The following plugins offer Pipeline-compatible steps. Each plugin link offers more information about the parameters for each step ...
script directive required to access global variables in Declarative Pipeline. A variable defined in a shared library will only show up in Global Variables ...
Aug 16, 2023 · NodeJS Plugin executes NodeJS script as a build step.
Missing: tags/ | Show results with:tags/
The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps ...
Aug 1, 2022 · I am executing a pipeline job on a build node and observed that the workspace is getting deleted from the build node whenever the Jenkins ...
Jun 3, 2023 · This plugin adds two new parameter types to job configuration - node and label. The new parameters allow dynamic selection of the node or label ...
Missing: declarative/ | Show results with:declarative/
agent is Declarative Pipeline-specific syntax that instructs Jenkins to allocate an executor (on a node) and workspace for the entire Pipeline. 3, stage is a ...
Missing: tags/ | Show results with:tags/
This is a simple demonstration of how to download dependencies, upload artifacts and publish build info to Artifactory. Read the full documentation here. node { ...