Compare commits

..

1 Commits

Author SHA1 Message Date
Dustin 3b4d9c0109 Install mqttdpms
basementhud/pipeline/head This commit looks good Details
fedora-pi-netboot/pipeline/head Build started... Details
dustin/basementhud/pipeline/head There was a failure building this commit Details
The `mqttdpms` tool will allow the screens to be turned off and on using
Home Assistant.  We'll install it into the rootfs image by copying the
artifact from its Jenkins build into the overlay tree before building
the image.
2022-05-22 14:24:16 -05:00
1 changed files with 1 additions and 1 deletions

2
ci/Jenkinsfile vendored
View File

@ -44,7 +44,7 @@ pipeline {
projectName: 'mqttdpms/master', projectName: 'mqttdpms/master',
selector: lastSuccessful() selector: lastSuccessful()
sh 'install aarch64/mqttdpms overlay/usr/local/bin/' sh 'install aarch64/mqttdpms overlay/usr/local/bin/'
withCredentials([usernamePasswordCredential( withCredentials([usernamePassword(
usernameVariable: 'MQTTDPMS_USERNAME', usernameVariable: 'MQTTDPMS_USERNAME',
passwordVariable: 'MQTTDPMS_PASSWORD', passwordVariable: 'MQTTDPMS_PASSWORD',
credentialsId: 'mqttdpms-basementhud', credentialsId: 'mqttdpms-basementhud',