0 votes
in Jenkins by
What is a job in Jenkins?

1 Answer

0 votes
by

A job or build job is a task or step in the entire build process. It could be compiling the source code, running unit tests, deploying the application to the web server and so on.

...