-
Bug
-
Resolution: Fixed
-
Blocker
-
None
-
Windows 2003 master
Linux CentOS 5.4 slave
Hudson 1.353
rake plugin 1.6.2
I set up a ruby installation, like
${WORKSPACE}/jruby/1.4.0
(this works with the ant plugin, so I tried it here) Then I created a job using this rake instance. In the log it says "FATAL: ${WORKSPACE}\bin\rake.bat doesn't exist"
Not sure why it would be looking for a .bat file on a linux machine, but I'm guessing it has to do with my windows master. Also, it's not honoring the path I set up, even if it said ${WORKSPACE}/jruby/1.4.0/bin/rake doesn't exist I would understand, but this is dropping everything.
[JENKINS-6194] Windows master, linux slave doesn't resolve rake correctly
Attachment | New: rake.hpi [ 19309 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 136287 ] | New: JNJira + In-Review [ 203952 ] |
This is definitely a problem because of the mixed environment, I never thought about this situation and I'm wondering how other build tool extensions solve it.
Perhaps the problem with the path is related with
JENKINS-5110.