move CI scripts into repository
Having the CI scripts inside the code repository simplifies the setup Jenkins CI nodes and also couples the testing scripts to the actual code. As a bonus, the CI scripts are also version controlled (which is great for backup).
Closes ACTS-188