mirror of
https://github.com/truenas/scale-build.git
synced 2026-02-15 07:29:12 +00:00
Use hostname to upload packages
This commit is contained in:
committed by
GitHub
parent
30b21f055e
commit
08290171ea
@@ -26,7 +26,7 @@ pipeline {
|
||||
}
|
||||
stage('Upload Packages') {
|
||||
steps {
|
||||
sh 'scp ${BDIR}/tmp/pkgdir/*.deb pkgupload@10.238.19.9:repo/'
|
||||
sh 'scp ${BDIR}/tmp/pkgdir/*.deb pkgupload@apt-mirror.tn.ixsystems.net:repo/'
|
||||
}
|
||||
}
|
||||
stage('Update') {
|
||||
|
||||
Reference in New Issue
Block a user