Hi there,
I'm using the JTH with the JenkinsRule without the WithPlugin annotation, and I'd like to prepare a jenkins-war with the whole configuration I require for my tests. So I decided to use:
- The custom-war-packager, with the same GAVC as the one I use with the JTH, to bundle all the required plugins and the JCasC pointing to the shared library.
Before moving forward with the JTH, I validated the just generated war file works out of the box with the JenkinsFile-Runner in my local.
Unfortunately, the JenkinsRule does not populate all the plugins which were bundled with,
Is that the expected behaviour? Any idea how I can make the JenkinsRule aware of the plugins which are stored in the WEB-INF/plugins/ folder?
Thanks