Jenkins: a highly branched chain of construction works

We would like to set up processes of continuous integration and continuous deployment based on the ecosystem Jenkins. We are currently trying to collect all the build tasks Jenkinsthat we have (from sources to several endpoint processes running on the test server). In our case, there are three build / deployment processes:

  • Creating debpackages from projects C++(some of them depend, others dependencies);
  • Creating images from containers Docker;
  • Running some processes at the endpoint;

enter image description here

, , . (process I). - Jenkins, :

+4
2

@slav, Workflow , , ( Groovy) Docker.

, build.gradle ( Makefile, ). , , Jenkins Jenkins - .

+3

All Articles