×
Mar 19, 2018 · We are excited to share and invite the community to join us on a project we've been thinking about over the last few months called Jenkins X ...
Missing: /url | Show results with:/url
Used with docker or dockerfile top-level agent. When specified, each stage will run in a new container instance on the same node, rather than all stages running ...
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 ...
With the introduction of the Pipeline plugin, users now can implement a project's entire build/test/deploy pipeline in a Jenkinsfile and store that alongside ...
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
Using Jenkins agents. Table of Contents. Configuring agents with Docker. Environment; Generating an SSH key pair. Create a Jenkins SSH credential.
This is a simple demonstration of how to download dependencies, upload artifacts and publish build info to Artifactory. Read the full documentation here. node { ...
Pipeline Steps Reference. The following plugins offer Pipeline-compatible steps. Each plugin link offers more information about the parameters for each step ...
Global Variables however, are resolved at runtime. This video reviews using resource files from a Shared Library. A link to the example repository used is also ...
Docker is a platform for running applications in an isolated environment called a "container" (or Docker container). Applications like Jenkins can be ...