rtyler / vagrant-plugin

An experimental Vagrant plugin for Jenkins
https://wiki.jenkins-ci.org/display/JENKINS/Vagrant+Plugin
103 stars 44 forks source link

Relative Vagrantfile Path Not Working #42

Closed jessebs closed 9 years ago

jessebs commented 9 years ago

Under the Boot Up Vagrant VM task, specifying a relative path to the Vagrantfile doesnt work.

Tried: ./Vagrantfile and Vagrantfile

It appears as though 'vagrant up' tries to execute in /

I can fix this by using the full path (/var/lib/jenkins/jobs/project/workspace/Vagrantfile), but it's not ideal

toejough commented 8 years ago

Why was this closed? I'm having the same issue - could you explain how you worked around this?

toejough commented 8 years ago

If anyone else checks this out, I found it easier to just use exec steps to do everything, rather than using this plugin.

neilhwatson commented 8 years ago

I found the same problem. This issue should be fixed.