wolfeidau / rake-bamboo-plugin

Plugin for bamboo which enables building of ruby projects using rake
Other
34 stars 16 forks source link

Bamboo unable to detect the Ruby [2.0.0p0] executables on a Windows 7 after installing the bamboo-ruby plugin #36

Closed ajeetkumar closed 11 years ago

ajeetkumar commented 11 years ago

I installed ruby [2.0.0p0] & gem [2.0.3] on my windows 7 Professional [local computer]. Then I installed the bamboo-ruby plugin within the recent installed Bamboo and I restarted my computer.

In bamboo, Now going to Stages->Job> I can see the task types "rake", "bundle", "capistrano" while trying to add Tasks. Now while clicking "Detect Server Capabilities" I can only see the 6 MSBuilds exectables which were visible during the fresh install of bamboo.

Within the env variable path I can see "c:\Ruby200-x64\bin" where ruby , gem, rake app/files are.

Pls assist me know the way out as i want to get the task done by bundler/rake/capristano.

wolfeidau commented 11 years ago

Gday Mate

Please have a read over https://github.com/wolfeidau/rake-bamboo-plugin/issues/28 and see if it helps.

Either way it illustrates how to extract the relavent parts of the log to help me diagnose the problem.

Cheers

ajeetkumar commented 11 years ago

Hi mate, Checked the #28 and I ran the command "for %i in (ruby.exe) do @echo. %~$PATH:i" on commandline and got the following output "c:\Ruby200-x64\bin\ruby.exe".

Now I tried to find the log file within the bamboo installation but could not. Within the logs folder there isn't any file. Please let me know the location.

Thanks for your help.

wolfeidau commented 11 years ago

This should be fixed in version 1.15 waiting for approval on the Atlassian marketplace.