Compare commits
1 Commits
8d6ee17b56
...
3b4d9c0109
Author | SHA1 | Date |
---|---|---|
|
3b4d9c0109 |
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue