Setting Up Jenkins on Red Hat 6.5
We recently set up a new Jenkins installation on Red Hat development box. Here are the steps. 1. SSH into the Red Hat server. 2. Setup need root access, so…
We recently set up a new Jenkins installation on Red Hat development box. Here are the steps. 1. SSH into the Red Hat server. 2. Setup need root access, so…
We have a Play Framework 2.2 application that uses Gulp to optimize the public files. Gulp uses Node.js and it creates a public\node_modules directory. We don't need the node_modules directory at runtime…
Here are the contents of our batch file that converts a .xsd file into a .jar file. It uses xjc, so you can use JAXB to convert objects to XML and vice…