Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: grails-plugin
-
Labels:None
-
Similar Issues:
Description
According to grails installation doc http://grails.org/doc/2.2.1/guide/gettingStarted.html
GRAILS_HOME/bin must be added to PATH
even plugin run grails with full path, some grails tasks fork another grails process (grails test-app for sample) that then require PATH to be set.
Code changed in jenkins
User: Nicolas De Loof
Path:
src/main/java/com/g2one/hudson/grails/GrailsBuilder.java
http://jenkins-ci.org/commit/grails-plugin/250c5343d2ab489e7d799a83d644d295b38803d6
Log:
[FIXED JENKINS-18235] set PATH with GRAILS_HOME/bin