1The continuous integration INRIA proposes is based on Jenkins.
2This file is basically a braindump on how to do some things.
3
4# Files transfers between VM (useful for testing results of cross-compilation)
5
6There are 2 plugins that can move files between VM: Publish Over SSH Plugin
7and Hudson SCP publisher plugin. We use the latter for the transfert of
8files and the former for executing commands. Beware that they require you to use
9the "Ant glob syntax" and have a limited ability to look for files. The simplest
10thing to do is to create the files you want to transfer in the workspace ...
11If the VM cannot communicate with each other, be sure to cross the "use master"
12setting in the "Advanced" menu.
13
14
15# get the private key
16
17It is possible to execute an arbitrary command on the Jenkins master.
18But I (xhub) fails to remember where ...
19