Support for Nuget packages (which is basically just another compressed file)
Support versioning of tools (maybe as simple as reading it from name of file)
Run ‘mvn install’ -> I see most of the tests erroring out (logs attached)
Alternatively, I tried to run Jenkins using ‘mvn hpi:run’ -> In this case I am not able to see the custom tool section show up when I try to configure Jenkins. I do however see it in the list of installed plugins.
Hello Oleg, Ryan,
First, thanks for doing a great job with the custom-tools-plugin! (And apologies for the long email)
We are trying to use this plugin for our organization, and it would work almost perfectly for our needs.
The only things we are looking to have are:
- Support for Nuget packages (which is basically just another compressed file)
- Support versioning of tools (maybe as simple as reading it from name of file)
In order to add these features, we would like to contribute to source code of the plugin.
For this, I have sync’ed the github repository, and started to play around.
I am really new to plugin development (but familiar with maven & java world), which is probably why I am running into issues while trying to run the project.
Here is what I did:
1. Sync repository
2. Install maven
3. Run ‘mvn install’ -> I see most of the tests erroring out (logs attached)
4. Alternatively, I tried to run Jenkins using ‘mvn hpi:run’ -> In this case I am not able to see the custom tool section show up when I try to configure Jenkins. I do however see it in the list of installed plugins.
I am sure I am missing something / doing something wrong. Do you have any pointers as to how to solve these problems?
I would like to make some local changes, test them, and eventually submit a pull request.
Apologies if this is not the right way to approach, please let me know if there is a better way to reach out.
Thanks again!
-Karan Anand