diff --git a/README.md b/README.md index 037e5b7..3d1b46b 100644 --- a/README.md +++ b/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 -* with it a seed job will then create the needed jobs for the NWL CI +## Content +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.