ci: Update mqttdpms Jenkins project name
All checks were successful
dustin/basementhud/pipeline/head This commit looks good
All checks were successful
dustin/basementhud/pipeline/head This commit looks good
I've switched Jenkins to use a Gitea Organization Folder so it can auto-discover repositories owned by my Gitea user. This naturally required the paths of existing projects to change. Here, we're updating the path to the *mqttdpms* project to reflect its new location.
This commit is contained in:
2
ci/Jenkinsfile
vendored
2
ci/Jenkinsfile
vendored
@@ -41,7 +41,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
copyArtifacts \
|
copyArtifacts \
|
||||||
filter: 'aarch64/mqttdpms',
|
filter: 'aarch64/mqttdpms',
|
||||||
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/'
|
||||||
sh 'make rootfs initramfs'
|
sh 'make rootfs initramfs'
|
||||||
|
|||||||
Reference in New Issue
Block a user