From 03da29b5a67fa8e8d8260b58c7b386f077ec2bef Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 23 Aug 2022 09:40:14 -0500 Subject: [PATCH] ci: Update mqttdpms Jenkins project name 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. --- ci/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index d9db9cd..8b3a250 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -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'