Thomas (2014-07-24 21:59):
Hi All,

is there are way to view the contents of a generated jar?

I don“t want to download the whole jar and open it on my desktop but instead view it in the web interface.

Is there a plugin that does that or is the feature somehow already included?

Thanks for your answers in advance.

You could add a build step to list contents:
unzip -l my-package.jar > my-package-contents.txt

And then add my-package-contents.txt to artifacts or just view it in workspace viewer.

Regards,
Nux

--
You received this message because you are subscribed to the Google Groups "Jenkins 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to