Jenkins Flashcards

1
Q

where does Jenkins run?

A

Locally, usually Port 8080/8081, can be accessed through browser

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

what is a Jenkins Job? What is a pipeline?

A

A Job is a very easy command that is run, e.g. execution of a bash script.
A pipeline is more complex, can be used for entire CI/CD streams and can be written in declarative or scripted syntax, both DSLs

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