agile & CI CD Flashcards
(4 cards)
What is a “user story?”
Log of the user actions from the production system which is used to debug application
Description of what user does with the system to achieve some specific goal, form of requirement
Document created by support which is used to track user request and record all required details
The success story of usage the program solution or service
Description of what user does with the system to achieve some specific goal, form of requirement.
Jenkins(Hudson) is..
Configuration Management Server
Continuous Integration Server
Build Server
Artefact Repository Server
Continuous Integration Server
Jenkins (formerly known as Hudson) is an open-source automation server widely used for continuous integration (CI) and continuous delivery/deployment (CD) in software development.
Jenkins help automate
Building code
Testing code
Deploying applications
Apache Maven is…
Build and Dependency Management Tool for Java
Language independent Build and Dependency Management Tool
New and fast Java compiler
Continuous Integration server
✅ Apache Maven is a Build and Dependency Management Tool for Java