Hi,
I want to do build a test environment with a docker container which contain application server and database.
For runnig the integration tests in parallel I use workflow plugin which is starting serveral jenkins slave nodes where the tests are executed (headless selenium with firefox...).
Does someone has a best practice or a hint how to combine this setup with a container which gets started and provisioned with the latest build artifact?
Could this get achieved with the docker-plugin?
Regards,
Stefan