Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by (55.6k points)

Can anyone tell me what is the difference between Jenkins job and pipeline?

1 Answer

0 votes
by (119k points)

The major difference between any Jenkins job and a Jenkins Pipeline Job is that the Pipeline Scripted job runs on the Jenkins master. This uses a lightweight executor which uses only some resources to translate in the master to atomic commands that execute or send to the agents.

If you want to learn Jenkins, check out this Jenkins Training course by Intellipaat.

Also, watch this video on Jenkins Pipeline:

Browse Categories

...