Hi 

I put together a plugin a while back (selenium axis) with a plan that the 
matrix rebuild logic would be reusable

As a first step I was hoping to include this plugin as a dependency in a 
different plugin

dependencies {
>
>     groovy 'org.codehaus.groovy:groovy-all:1.8.6',
>            * 'org.jenkins-ci.plugins:selenium-axis:0.0.4'*
>     testCompile 'org.spockframework:spock-core:0.6-groovy-1.8'
>     jenkinsTest 'org.jenkins-ci.plugins:ant:1.1@jar',
>                 'org.jenkins-ci.plugins:javadoc:1.0@jar'
> }
>
>
However this doesn't seem to import my symbols.

Do I need to deploy my original gradle based plugin in a different way or 
am I doing something really stupid?

Is it because the two plugins share the same package? (package 
org.jenkinsci.plugins)

Ultimately I would look to have the logic as a separate plugin

 

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to