Skip to content

Commit

Permalink
Update internal update server url
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbsd committed Sep 28, 2023
1 parent d127911 commit d3d0c5c
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 (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-Dragonfish-Nightlies/'
sh 'scp upload/files/manifest.json upload/files/TrueNAS-SCALE-*.update scale@update-master.tn.ixsystems.net:/tank/www/scale/TrueNAS-SCALE-Dragonfish-Nightlies/'
sh 'rm -rf upload/files'
}
}
Expand Down

0 comments on commit d3d0c5c

Please sign in to comment.