Answers for "what is jenkins for"

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
0

who sets up Jenkins

In my company we have DevOps/Operations Support team who is responsible 
for maintaining jenkins.
 Those installed and configured jenkins. for deployments etc. They work with 
  developers to create jobs for building and deploying the applications.
 For creating smoke tests, they work with automation engineers
Posted by: Guest on December-02-2020

Code answers related to "TypeScript"

Browse Popular Code Answers by Language