Description
The CI Jobs are a little bit messy:
- The run with user id 0
- They depend on bind mounts to container
- The generate files with user id 0 in the source directory
- Have to be filled into jenkins command line
Propose a build script
bigtop-ci/build.sh --os trunk-debian-8
Does not use bind mounts, do run with user id jenkins within container,
create source images which can be reused be subsequent builds, do not generate user id 0 files.