Jenkins Flashcards
1
Q
where does Jenkins run?
A
Locally, usually Port 8080/8081, can be accessed through browser
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