jenkinsci / seed-plugin

Seed Jenkins plug-in
https://plugins.jenkins.io/seed/
38 stars 13 forks source link

Run the Gradle library preparation step from within the seed folder #12

Closed dcoraboeuf closed 9 years ago

dcoraboeuf commented 9 years ago

In version 0.13 and before, the pipeline libraries preparation step (download of pipeline libraries in the seed/lib folder) is done by having a build step running Gradle against seed/build.gradle.

In some circumstances, when using Git for example, this does not work and the correct way is to launch Gradle from within seed/ (root dir).