agile & CI CD Flashcards

(4 cards)

1
Q

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

A

Description of what user does with the system to achieve some specific goal, form of requirement.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Jenkins(Hudson) is..
Configuration Management Server
Continuous Integration Server
Build Server
Artefact Repository Server

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

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

A

✅ Apache Maven is a Build and Dependency Management Tool for Java

How well did you know this?
1
Not at all
2
3
4
5
Perfectly