×
Schedules the steps contained within the block to run by adding an item to the Jenkins queue. As soon as an executor is free on a node, the steps will run.
Apr 18, 2024 · Hi, I have Jenkins controller with 2 slaves configured. When I tried to deploy on any agent(agent) I see the following prompt and deployment ...
This class implements the core scheduling logic. Queue.Task represents the executable task that are placed in the queue. While in the queue, it's wrapped into ...
Missing: master | Show results with:master
This frees up resources for the controller to improve its scheduling ... master.key (used for encrypting the hudson.util ... master.key (used for encrypting the ...
Missing: schedule | Show results with:schedule
The Jenkins controller administers the Jenkins agents and orchestrates their work, including scheduling jobs on agents and monitoring agents. Agents may be ...
Missing: schedule | Show results with:schedule
Feb 9, 2024 · This plugin is for configuring a cron style timer schedule for parameterized builds.
Missing: master | Show results with:master
Sep 7, 2021 · ... master, a master starts distributing loads to slaves. Term Node is used to refer to all machine that are part of Jenkins grid, slaves and master ...
Schedule Queue.save() call for near future once items change. Queue.State. Simple queue state persistence object. Queue.StubItem. A Stub class for Queue.Item ...
Declarative Pipeline presents a more simplified and opinionated syntax on top of the Pipeline sub-systems. In order to use them, install the Pipeline: ...