-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Linux 3.2.0-3-amd64
My projects includes Java classes generation from XSD during Gradle (version 1.3) build. I created respective build step using Gradle plugin. But build failed as Gradle did not manage to generate neither folder for generated classes nor generated classes itself.
However, running Gradle build from workspace folder worked just fine.
I worked around this problem discarding Gradle plugin and turning build step for Gradle build into shell command.
Jenkins version: 1.494
Gradle plugin version: 1.21
I think this is a problem of the Gradle Plugin (the build step), not the Gradle JPI Plugin (the plugin for building Jenkins plugins with Gradle). But please correct me if I'm wrong.