×
A job is an runnable entity under the monitoring of Hudson. Every time it "runs", it will be recorded as a Run object. To create a custom job type, ...
A machine which is part of the Jenkins environment and capable of executing Pipelines or jobs. Both the Controller and Agents are considered to be Nodes.
Apr 29, 2024 · Defines a new job type for pipelines and provides their generic user interface.
site:jenkins.io job from www.jenkins.io
Best Practices. Table of Contents. Automate job definition. Use organization folders; Use multibranch Pipelines; Use Pipeline. Manage your jobs.
The Job Import Plugin lets you import jobs from another Jenkins instance.
Jenkins uses projects (also known as "jobs") to perform its work. Projects are defined and run by Jenkins users. Jenkins offers several different types of ...
Feb 17, 2024 · In my setup, I have a pipeline that triggers a job periodically. What I would like to do is to check to see if an existing job is already in ...
Class WorkflowJob ; Nested classes/interfaces inherited from class hudson.model.Job · Job.LastItemListener, Job.SubItemBuildsLocationImpl ; Nested classes/ ...
jobDsl : Process Job DSLs · removedConfigFilesAction (optional). Specifies what to do when previously generated config files are not referenced anymore.
site:jenkins.io job from plugins.jenkins.io
Allows restricting execution of jobs on nodes depending on criterias like name pattern, ownership, etc. Also can restrict job triggering by other jobs and ...