Skip to content

Commit

Permalink
Update Publish-Update
Browse files Browse the repository at this point in the history
Updated fangtooth to goldeye
  • Loading branch information
alexandrabain authored Jan 27, 2025
1 parent 4175041 commit 5d7ca71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins/Publish-Update
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ 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 'ssh [email protected] mkdir -p /zdata/dev-update.sys.truenas.net/scale/TrueNAS-SCALE-Fangtooth-Nightlies || true'
sh 'scp upload/files/manifest.json upload/files/TrueNAS-SCALE-*.update [email protected]:/zdata/dev-update.sys.truenas.net/scale/TrueNAS-SCALE-Fangtooth-Nightlies/'
sh 'ssh [email protected] mkdir -p /zdata/dev-update.sys.truenas.net/scale/TrueNAS-SCALE-goldeye-Nightlies || true'
sh 'scp upload/files/manifest.json upload/files/TrueNAS-SCALE-*.update [email protected]:/zdata/dev-update.sys.truenas.net/scale/TrueNAS-SCALE-goldeye-Nightlies/'
sh 'rm -rf upload/files'
}
}
Expand Down

0 comments on commit 5d7ca71

Please sign in to comment.