ci: Update mqttdpms Jenkins project name
dustin/basementhud/pipeline/head This commit looks good Details

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.
pull/1/head
Dustin 2022-08-23 09:40:14 -05:00
parent 09c7277e30
commit 03da29b5a6
1 changed files with 2 additions and 2 deletions

4
ci/Jenkinsfile vendored
View File

@ -12,7 +12,7 @@ pipeline {
buildDiscarder logRotator(numToKeepStr: '5')
disableConcurrentBuilds()
}
triggers {
pollSCM ''
}
@ -41,7 +41,7 @@ pipeline {
}
copyArtifacts \
filter: 'aarch64/mqttdpms',
projectName: 'mqttdpms/master',
projectName: '../mqttdpms/master',
selector: lastSuccessful()
sh 'install aarch64/mqttdpms overlay/usr/local/bin/'
sh 'make rootfs initramfs'