To setup continuous integration testing of firmware, use the following steps to create your environment.
- Once Jenkins is installed, log in and click on New Item:
Ensure your JAVA_HOME environment variable is configured. If there are multiple Java versions in use, make sure to configure the JDK via the Global Tool Configuration in Jenkins via http://127.0.0.1:8080/configureTools/.
- Enter a name and select the Freestyle project:
- The configuration page will appear. Do not input any settings just yet as we are going to load ...