jenkinsci / seed-plugin

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

Shared library support #35

Open develmac opened 6 years ago

develmac commented 6 years ago

It would seem that the jobDsl Plugin has support for using shared libraries: https://github.com/sheehan/job-dsl-gradle-example/blob/master/src/jobs/example7Jobs.groovy

However if I try this with the seed plugin I get a " unable to resolve class " error. Is this a limitation imposed by the seed plugin?