Answers for "What is Jenkins job?"

1

What is Jenkins job?

● Everything is done by creating a job
● A task that Jenkins performs based on its schedule
● Made of several steps
● Can have a trigger that determines when it runs
● Reports the results of the run automatically
Posted by: Guest on June-21-2021
2

what is jenkins

Jenkins automates building, testing,
reporting, packaging, staging, deploying
the application by using plugins.
Jenkins offers a simple way to set up a
continuous integration or continuous 
delivery environment for almost any 
combination of languages and source code
repositories using pipelines, as well as
automating other routine development tasks.
While Jenkins doesn’t eliminate the need
to create scripts for individual steps, 
it does give you a faster and more robust
way to integrate your entire chain of build,
test and deployment tools than you can 
easily build yourself.
Posted by: Guest on January-19-2021

Browse Popular Code Answers by Language