Hi
Here is a dockerized setup that I used during the demo at Eiffel Summit
To run it make sure to install Docker and docker-compose
cd tracey
docker-compose up -d --build
With this you will find Jenkins with installed tracey plugin and pregenerated job running at localhost:8080 (login/password - jenkins/demo)
rabbit mq server at localhost:15672 (guest/guest)
Then you can follow steps from TODO.txt that you will find in the repository.
If you also like to try out BitBucket plugin then here it is
Readme in the repo provides all details you need to get started with the plugin. You can run development version of the BitBucket server using Tracey setup described above
If you can't wait to try it out simply checkout branch fix6 and start server from there
Happy hacking, Andrey