×
A little over a year ago, we launched JenkinsIsTheWay.io, a website whose sole purpose is to share Jenkins user stories with the developers and engineers in our ...
Missing: /url | Show results with:/url
New eBook: Jenkins is the Way for IT and software developers. A little over a year ago, we launched JenkinsIsTheWay.io, a website whose sole purpose is to ...
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 · The node and label parameter plugin allows the node for a job to be selected dynamically.
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 ...
This is a simple demonstration of how to download dependencies, upload artifacts and publish build info to Artifactory. Read the full documentation here. node { ...
The best way to specify the SCM is using an SCM plugin which has been specifically updated to support a new API for checking out an arbitrary named version ( ...
Recent label and matrix project improvement. Today, I'd highlight two recent improvements to the label and matrix projects. When you have multiple agents in ...
Jun 28, 2022 · One straightforward way to do this is to install Java 11 from your Linux distribution, as described on the package download site: Debian. apt- ...
Missing: /url | Show results with:/url
One way to use tools by default is to add them to your executable path using the special variable env that is defined for all pipelines: node { git url: 'https ...