From 62972fa06e8ab33cd39412efd65ec4474fb024d6 Mon Sep 17 00:00:00 2001 From: alexandrabain <115022231+alexandrabain@users.noreply.github.com> Date: Mon, 31 Jul 2023 09:30:00 -0400 Subject: [PATCH] Update Publish-Update Updated from cobia to dragonfish --- jenkins/Publish-Update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/Publish-Update b/jenkins/Publish-Update index a51091d..3c14b17 100644 --- a/jenkins/Publish-Update +++ b/jenkins/Publish-Update @@ -13,7 +13,7 @@ pipeline { echo '*** Grabbing artifact from Build - TrueNAS SCALE (Incremental) ***' copyArtifacts filter: '**/*.update', fingerprintArtifacts: true, flatten: true, projectName: 'Build - TrueNAS SCALE (Incremental)', selector: lastSuccessful(), target: 'upload/files' copyArtifacts filter: '**/*.json', fingerprintArtifacts: true, flatten: true, projectName: 'Build - TrueNAS SCALE (Incremental)', selector: lastSuccessful(), target: 'upload/files' - sh 'scp upload/files/manifest.json upload/files/TrueNAS-SCALE-*.update scale@update-master.freenas.org:/tank/www/scale/TrueNAS-SCALE-Cobia-Nightlies/' + sh 'scp upload/files/manifest.json upload/files/TrueNAS-SCALE-*.update scale@update-master.freenas.org:/tank/www/scale/TrueNAS-SCALE-Dragonfish-Nightlies/' sh 'rm -rf upload/files' } }