Docker image & Jenkinsfile for Arduino projects
Docker image & Jenkinsfile for Arduino projects
To build, set up a jenkins instance, provide docker credentials naming the variables USERNAME and PASSWORD.
In the shell step of the build, add
bash build
Install:
sudo apt-get install docker-ce
Then :
./build
4. The shell block:
echo $SETTINGS > settings2.conf
bash build settings2.conf
```