Jenkins - (Project|Job)

Card Puncher Data Processing

About

Runnable tasks that are controlled / monitored by Jenkins.

Job is a deprecated term, synonymous with Project.

A user-configured description of work which Jenkins should perform, such as building a piece of software, etc.

Status

(Un)Stable

A project is (un)stable if its most recent (completed) build is (un)Jenkins - Build.

Broken

A project is broken if its most recent (completed) build is Jenkins - Build.





Discover More
Card Puncher Data Processing
Jenkins

is continuous deployment platform. runs jobs. When running the current directory is the workspace. A build is the execution of a job. A TriggerTriggers can run a job periodically. home directory:...
Card Puncher Data Processing
Jenkins - (Environemnt) Variable

environment variable in Jenkins Manage Jenkins > Configure System. Then Global Properties See: Manage Jenkins > System Information PATH“” (Environment) Variable In Mail Example BUILD_NUMBER...
Card Puncher Data Processing
Jenkins - Build

A build is a result of one run of a Project. A build is stable if it was built successfully and no publisher reports it as A build is unstable if it was built successfully and one or more publishers...
Card Puncher Data Processing
Jenkins - Node

The workload of building projects are delegated to multiple nodes (Sometimes called agent) A machine which is part of the Jenkins environment and capable of executing Pipelines or Projects. Both the...
Card Puncher Data Processing
Jenkins - Step

A single task; fundamentally steps tell Jenkins what to do inside of a Pipeline or Project.
Card Puncher Data Processing
Jenkins - URL (Stapler)

The Jenkins classes are bound to URLs by using Stapler. The Hudson instance is bound to the “/” URL, and the rest of the objects are bound according to their reachability...



Share this page:
Follow us:
Task Runner