24 lines
561 B
Markdown
24 lines
561 B
Markdown
# NetModule Wireless Linux CI/CD Repository
|
|
|
|
This repository contains all necessary jobs for the CI/CD environment of the
|
|
NetModule Wireless Linux (NWL).
|
|
|
|
|
|
## Content
|
|
This repository holds the jobs for the NWL as declarative pipelines
|
|
(multibranch). The directory ``jobs`` holds the main parts:
|
|
|
|
* Jenkinsfile_Build
|
|
|
|
- a pipeline building a NWL yocto target
|
|
|
|
* Jenkinsfile_Common
|
|
|
|
- a collection of commonly used functions, so that duplicated code can be
|
|
avoided
|
|
|
|
|
|
## Marginal Notes
|
|
|
|
This repository does NOT cover the setup of the Jenkins instance.
|