Automating Application Development Flashcards

1
Q

What is CI?

A

Continuous Integration

Practice in software development where developers merge code changes frequently in one place

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

Release

A

Enabling software installation and usage

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

Deployment

A

Installing software to a new environment

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

What is Continuous Delivery?

A

Maintains deployable code with automation

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

What is Continuous Deployment?

A

deploying all code changes into a testing environment and then into a production environment after the build stage is completed.

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