Answers for "What is JENKINS?"

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
0

What is JENKINS?

Continuous Integration and Deployment tool. 3 components ofJenkins
○ 1. Code change à Devs makes changes to the applicationcode
○ 2. Test à CI tool automatically picks up the changes and tests the application
○ 3. Deploy à CI tool deploys the application with changes
Posted by: Guest on June-21-2021

Browse Popular Code Answers by Language