# HG changeset patch # User Arthur Lutz # Date 1580487885 -3600 # Node ID 96af8cdcdc7d5c1d6c87726e42e8b87e478afcd0 # Parent f725078656bd00d10638bca4c7f617f2c7df50be [doc/dev/CI] initial information about jenkins diff -r f725078656bd -r 96af8cdcdc7d doc/dev/continuous-integration.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/dev/continuous-integration.rst Fri Jan 31 17:24:45 2020 +0100 @@ -0,0 +1,33 @@ +====================== +Continuous Integration +====================== + +Jenkins +======= + +A public instance of jenkins is used to test CubicWeb and its cubes : + +* https://jenkins.logilab.org/ +* https://jenkins.logilab.org/view/Cubes/ +* https://jenkins.logilab.org/view/CubicWeb/ + +Badges +------ + +Badges are exported to be displayed on various pages. Here is an example : + +.. raw:: html + + + +
+  is the status for the draft head on branch default of the review repository
+ +Adding a project to Jenkins +--------------------------- + +Adding a project to jenkins needs to be done through the +`jenkins-jobs project `_. + +Changes to the configuration are implemented by the +`jenkins-jobs job `_.