knowledge/sysadmin/jenkins.md
Lukas Vacula b307e05e52 init
2023-11-28 10:20:03 -05:00

21 lines
364 B
Markdown

# Jenkins
- CI/CD tool
- jobs are configured using a Jenkinsfile
## Pipelines
- Jenkins 2 allows pipelines-as-code
- descriptive rather than imperative
## Systems
- Node
- runs jobs
- can be a container, or a system
- Master
- controls other jenkins instances
- not meant for heavyweight tasks
- Agent
- also called a slave
- any non-master system
-