Import the .deb package to the GCP deb repository
This commit is contained in:
Vendored
+5
@@ -65,6 +65,11 @@ pipeline {
|
|||||||
sh "mkdir -p ../pkgarchive/"
|
sh "mkdir -p ../pkgarchive/"
|
||||||
sh "scp ../*.deb repo@factorypackages.rz.vnc.biz:/srv/repo/apt/incoming/"
|
sh "scp ../*.deb repo@factorypackages.rz.vnc.biz:/srv/repo/apt/incoming/"
|
||||||
sh "ssh repo@factorypackages.rz.vnc.biz /srv/repo/bin/import-new-packages.sh"
|
sh "ssh repo@factorypackages.rz.vnc.biz /srv/repo/bin/import-new-packages.sh"
|
||||||
|
|
||||||
|
// Import to GCP deb repository
|
||||||
|
sh "scp ../*.deb repo@34.89.202.54:/srv/repo/apt/incoming/"
|
||||||
|
sh "ssh repo@34.89.202.54 /srv/repo/bin/import-new-packages.sh"
|
||||||
|
|
||||||
sh "mv ../*.deb ../pkgarchive/"
|
sh "mv ../*.deb ../pkgarchive/"
|
||||||
sh "rm ../*.dsc"
|
sh "rm ../*.dsc"
|
||||||
sh "rm ../*amd64.build"
|
sh "rm ../*amd64.build"
|
||||||
|
|||||||
Reference in New Issue
Block a user