I have a Jenkins plugin file (.hpi file) and I need some way to "decompile" it to see its contents. Is it possible?
Asked
Active
Viewed 468 times
2 Answers
3
Most Jenkins plugins are open-source and the source code is readily available

Slav
- 27,057
- 11
- 80
- 104
1
How to decompile a whole Jar file?
You're likely going to have a rough time... I'd advise you look for the source.
-
1I renamed the .hpi file to .jar and opened it in JD-GUI. Thanks! – June Oct 14 '14 at 19:41