Re: Building an hpi file?

2022-05-26 Thread Ullrich Hafner
Yes, using the development environment is the recommended way, since the setup simplifies the build steps. The analysis-model is split into two modules: - analysis-model: a Java library (jar file) that is used in Jenkins or in GitHub Actions - analysis-model-ap-plugin: a Jenkins Plugin Wrapper

Re: Building an hpi file?

2022-05-25 Thread 'Gavin Mogan' via Jenkins Developers
>From the last time I looked into this, the recommendation is to use https://github.com/uhafner/warnings-ng-plugin-devenv (which is linked from one or more of the readmes) On Wed, May 25, 2022 at 1:17 PM Simon Matthews wrote: > > I am trying to add another parser. The intent is that the

Re: Building an hpi file?

2022-05-25 Thread Simon Matthews
I am trying to add another parser. The intent is that the warnings-ng plugin will show (and use) my new additional parser and I believe that they way to achieve that is through adding the parser to analysis-model. Simon On Wednesday, May 25, 2022 at 12:33:46 PM UTC-7 bma...@gmail.com wrote:

Re: Building an hpi file?

2022-05-25 Thread Baptiste Mathus
analysis-model is a jar, not a plugin. So it will create a jar as expected. It is used by other plugins I think (cannot check just now). What are you trying to achieve? Le mer. 25 mai 2022 à 21:18, Simon Matthews a écrit : > I am attempting to build a modified version of the analysis-model

Building an hpi file?

2022-05-25 Thread Simon Matthews
I am attempting to build a modified version of the analysis-model plugin.I think that I need to create an hpi file which I can then install in my jenkins installation, but if this is not correct, please tell me. It's not clear to me how to do this from the command line: I think it has changed