You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for image in default production; do
docker pull philpep/test-driven-infrastructure-example:$image &
done
wait
vagrant up --no-provision --provider=docker
tox
I also use the jenkins docker plugin with the image philpep/jenkins-slave:jessie (from https://github.com/philpep/jenkins-slave). The image have docker and vagrant
so in the build config I also start docker with
So I recommend that you use a normal jenkins slave who has vagrant and docker installed. Just make a vagrant destroy -f after and before the build config.
Hello,
Could you please share some details about Jenkins job configuration?
Thanks in advance!
The text was updated successfully, but these errors were encountered: