|
||||||||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||||||||
- [JIRA] (JENKINS-14345) Grails wrapper doe... [email protected] (JIRA)
- [JIRA] (JENKINS-14345) Grails wrappe... [email protected] (JIRA)
- [JIRA] (JENKINS-14345) Grails wrappe... [email protected] (JIRA)
- [JIRA] (JENKINS-14345) Grails wrappe... [email protected] (JIRA)
- [JIRA] (JENKINS-14345) Grails wrappe... [email protected] (JIRA)

This change broke the use of the $WORKSPACE variable inside grails.work.dir.
set grails.work.dir = ${WORKSPACE}/.grails, results in this error:
FATAL: No such property: WORKSPACE for class: Script1
groovy.lang.MissingPropertyException: No such property: WORKSPACE for class: Script1
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:50)
at org.codehaus.groovy.runtime.callsite.PogoGetPropertySite.getProperty(PogoGetPropertySite.java:49)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGroovyObjectGetProperty(AbstractCallSite.java:231)
at Script1.run(Script1.groovy:1)
at groovy.lang.GroovyShell.evaluate(GroovyShell.java:580)
at groovy.lang.GroovyShell.evaluate(GroovyShell.java:618)
at groovy.lang.GroovyShell.evaluate(GroovyShell.java:589)
at com.g2one.hudson.grails.GrailsBuilder.evalTarget(GrailsBuilder.java:262)
at com.g2one.hudson.grails.GrailsBuilder.perform(GrailsBuilder.java:191)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:717)
at hudson.model.Build$BuildExecution.build(Build.java:199)
at hudson.model.Build$BuildExecution.doRun(Build.java:160)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1488)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:236)