In the context of how can I customise the list of plugins that the test runs with to detect a missing dependency in tests?
There is https://wiki.jenkins.io/display/JENKINS/Unit+Test#UnitTest-@WithPlugin(NameOfPlugin) but there is no @WithoutPlugin and it seems that JenkinsRule somehow installs credentials plugin even though it is not mentioned in pom.xml. I suppose it is using "Suggested plugins list" but I couldn't find it anywhere in JenkinsRule class.. Btw - how can I find easily the corresponding *jenkins.io/doc/* of a specific page on the old docs - e.g. https://wiki.jenkins.io/display/JENKINS/Unit+Test#UnitTest-@WithPlugin(NameOfPlugin). Can the links to the new site be automatically or manually added ? Cheers, Radek -- 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/b57a1c40-b70a-45f6-88e6-53abbf77f012n%40googlegroups.com.
