I am installing grails 2.0.4 using the mirrors. The installation goes correctly, but when my build tries to run grails, I see the following:
Unpacking http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/grails-2.0.4.zip to /home/jenkins/tools/Grails/Grails_2.0.4 on Deuterium FATAL: \home\jenkins\tools\Grails\Grails_2.0.4\bin\grails.bat doesn't exist Build step 'Build With Grails' marked build as failure
The path is right, but the slashes are wrong, and it shouldn't use grails.bat
- is related to
-
JENKINS-18368 Decorated Launcher Does Not Maintain "isUnix" for RemoteLauncher
-
- Resolved
-
[JENKINS-15585] If you have a windows master, linux slave, the grails plugin tries to run grails as using windows slashes and the bat file as executable
Link |
New:
This issue is related to |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 146341 ] | New: JNJira + In-Review [ 191892 ] |
I think
JENKINS-18368explains this issue.