From 8dba86ab3d90902cb2b8d64552e1ce12e64e1a5a Mon Sep 17 00:00:00 2001 From: Leonidas Apostolidis Date: Fri, 5 Mar 2021 21:37:15 +0000 Subject: [PATCH] Import the .deb package to the GCP deb repository --- Jenkinsfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 630c171..f9b790b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -65,6 +65,11 @@ pipeline { sh "mkdir -p ../pkgarchive/" 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" + + // 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 "rm ../*.dsc" sh "rm ../*amd64.build"