This is a basic Jenkins image with Python 3.11 and OpenJRE 17 preinstalled. The device can run either as an agent or as a Jenkins master. Click on the button below for a one click install on your Balena dashboard.
This image has a default user name and password configured in the Dockerfile. Please ensure this has been changed prior to using this image in any setting as it will be very insecure!
The following configuration variables need to be set on FLEET level:
- MASTER_IP
- MASTER_PORT
- SLAVE_WORK_DIR
The following configuration variables need to be set on DEVICE level:
- MASTER_SECRET
- SLAVE_NAME
The following configuration variable needs to be set on DEVICE level:
- RUN_MASTER (it can be set to any non empty value)
By default JENKINS_HOME is set to /data/jenkins directory as this is the data partition which persists between updates.