Skip to content

Commit

Permalink
Merge pull request #498 from truenas/TE-1112-cobia
Browse files Browse the repository at this point in the history
TE-1112 / 23.10.0 / update the URL of the update server to push
  • Loading branch information
kmoore134 authored Sep 28, 2023
2 parents f09fb08 + 045dc93 commit 20e22c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jenkins/IncrementalBuild
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pipeline {
}
stage('Upload') {
steps {
sh 'scp ${BDIR}/tmp/release/manifest.json ${BDIR}/tmp/release/TrueNAS-SCALE-*.update scale@update-master.freenas.org:/tank/www/scale/TrueNAS-SCALE-Angelfish-Nightlies/'
sh 'scp ${BDIR}/tmp/release/manifest.json ${BDIR}/tmp/release/TrueNAS-SCALE-*.update scale@update-master.tn.ixsystems.net:/tank/www/scale/TrueNAS-SCALE-Angelfish-Nightlies/'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion jenkins/Publish-Update
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pipeline {
echo '*** Grabbing artifact from Build - TrueNAS SCALE (Incremental) ***'
copyArtifacts filter: '**/*.update', fingerprintArtifacts: true, flatten: true, projectName: 'Build - TrueNAS SCALE Cobia - Nightly', selector: lastSuccessful(), target: 'upload/files'
copyArtifacts filter: '**/*.json', fingerprintArtifacts: true, flatten: true, projectName: 'Build - TrueNAS SCALE Cobia - Nightly', 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.tn.ixsystems.net:/tank/www/scale/TrueNAS-SCALE-Cobia-Nightlies/'
sh 'rm -rf upload/files'
}
}
Expand Down

0 comments on commit 20e22c3

Please sign in to comment.