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 <[email protected]>: > 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 [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- 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/groups/opt_out.
