How to get/view jar after running build definition
Hello Team,
Currently I am working on Build and Package, as per the document I followed the steps. And I came to know that there are some limitations to do packaging and too on particular platform (i.e.,) IBM i, Z/OS and Linux/Unix.
In My scenario, for build and packaging I am working on Linux platform (Ubuntu) and I want jar file after running the build definition for packing. My question is, how to get/view jar file after running the build definition.
Regards,
Kiran
One answer
You have to use the tools of your platform to compile and package. Java provides tools to create JARs. The build result needs to be published e.g. on the build result. This is something your build script needs to do. See https://rsjazz.wordpress.com/2015/10/28/build-artifacts-publishing-and-automated-build-output-management-using-the-plain-java-client-libraries/ for some ideas.
Other build systems such as Hudson might make this easier.