Re: How to order plugins

2013-04-09 Thread Bharathi Ramalingam
Thanks a lot Ulli. That helps.


On Tuesday, April 9, 2013 8:33:22 PM UTC+5:30, Ullrich Hafner wrote:
>
> You can change the ordinal:
>
> @Extension(ordinal = 100) 
>
> See JavaDoc of Extension for details.
>
> BTW: Please use the dev list for such questions… 
>
> Ulli
>
> Am 09.04.2013 um 14:48 schrieb Bharathi Ramalingam 
> 
> >:
>
> Hi All,
> I'm developing a build wrapper plugin which depends on the Builds user 
> var plugin 
> https://wiki.jenkins-ci.org/display/JENKINS/Build+User+Vars+Plugin to set 
> few environment variables for the build. I have installed the plugin and 
> when a job runs, My plugin is being executed first and then Builds user 
> vars plugin, and its obviously results in failure.
>
>  How do I make sure the order of build wrappers?
>
> Thanks,
>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to jenkinsci-use...@googlegroups.com .
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: How to order plugins

2013-04-09 Thread Ulli Hafner
You can change the ordinal:

@Extension(ordinal = 100) 

See JavaDoc of Extension for details.

BTW: Please use the dev list for such questions… 

Ulli

Am 09.04.2013 um 14:48 schrieb Bharathi Ramalingam 
:

> Hi All,
> I'm developing a build wrapper plugin which depends on the Builds user 
> var plugin https://wiki.jenkins-ci.org/display/JENKINS/Build+User+Vars+Plugin 
> to set few environment variables for the build. I have installed the plugin 
> and when a job runs, My plugin is being executed first and then Builds user 
> vars plugin, and its obviously results in failure.
> 
>  How do I make sure the order of build wrappers?
> 
> Thanks,
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




How to order plugins

2013-04-09 Thread Bharathi Ramalingam
Hi All,
I'm developing a build wrapper plugin which depends on the Builds user 
var plugin 
https://wiki.jenkins-ci.org/display/JENKINS/Build+User+Vars+Plugin to set 
few environment variables for the build. I have installed the plugin and 
when a job runs, My plugin is being executed first and then Builds user 
vars plugin, and its obviously results in failure.

 How do I make sure the order of build wrappers?

Thanks,

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.