Update Publish-Update

Updated from cobia to dragonfish
This commit is contained in:
alexandrabain
2023-07-31 09:30:00 -04:00
committed by GitHub
parent 3677841f96
commit 62972fa06e

View File

@@ -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'
}
}