README: adapted readme with a bit more details
Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
This commit is contained in:
parent
c3056f4cb5
commit
34eae1d78d
25
README.md
25
README.md
|
|
@ -1,12 +1,23 @@
|
||||||
# Netmodule Wireless Linux CI/CD Repository
|
# NetModule Wireless Linux CI/CD Repository
|
||||||
|
|
||||||
This repository contains all necessary parts for the CI/CD environment.
|
This repository contains all necessary jobs for the CI/CD environment of the
|
||||||
|
NetModule Wireless Linux (NWL).
|
||||||
|
|
||||||
Further information will follow after starting the work. The current
|
|
||||||
idea is to...
|
|
||||||
|
|
||||||
* create an jenkins (docker) instance on the CI infrastructure of HAC
|
## Content
|
||||||
* with it a seed job will then create the needed jobs for the NWL CI
|
This repository holds the jobs for the NWL as declarative pipelines
|
||||||
|
(multibranch). The directory ``jobs`` holds the main parts:
|
||||||
|
|
||||||
So far, let's move on :-D
|
* 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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue