Hi All,
So, this is a little bit weird, but we have a multi-language, multi-platform build. It is run in Jenkins via one multi-configuration job, with 10 different configurations. Unfortunately, some platform-independent pieces, such as jars and javadocs, are being built on every single configuration. However, I would like to find a way to publish a single javadoc to the "main" build page. I just verified that the "Publish Javadoc" post-build action does publish individual javadoc builds to their respective configuration's page. But, I was hoping to get that extra visibility of having it on the main page. Is there anything that I can do to make the javadoc and/or docLinks plugins understand a matrix/multi-configuration job and only create links on the main page?
Thanks in advance,
Kevin