https://javadoc.jenkins.io/component/jenkins-test-harness/org/jvnet/hudson/test/recipes/LocalData.html
It has method retention so I don't think it'll work on a field On Wed, 7 Oct 2020 at 15:01, Michael Carter <[email protected]> wrote: > Any docs on how to get something like this working? > > @LocalData("Jenkins-Enabled") > @ClassRule public static JenkinsRule jenkinsRule = new JenkinsRule(); > > Basically, I want to only start one server for this test, and I want to > use the same shared config.xml and data. > > -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/914895a3-f12d-4660-8e0c-712c92a3f3c6n%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-dev/914895a3-f12d-4660-8e0c-712c92a3f3c6n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CAH-3BidOz2h7VVT%2BjA%2BaX1z0utvKNCqD4wUpHpjDeRPW9Nufwg%40mail.gmail.com.
