jenkins
Vadim vtroshchinskiy 2025-02-24 15:32:04 +01:00
parent b569edf93d
commit 8905bad8f4
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -68,8 +68,8 @@ pipeline {
sh '''
aptly=172.17.8.68
scp -o StrictHostKeyChecking=no build/OGBrowser-2.0.${BUILD_NUMBER}-Linux.deb aptly@${aptly}:/tmp
ssh aptly@${aptly} -o StrictHostKeyChecking=no "aptly repo add ogbrowser /tmp/OGBrowser-2.0.${BUILD_NUMBER}-Linux.deb"
ssh aptly@${aptly} -o StrictHostKeyChecking=no "aptly publish repo --passphrase=\"${GPG_PASSPHRASE}\" -- ogbrowser"
ssh aptly@${aptly} -o StrictHostKeyChecking=no "aptly repo add opengnsys /tmp/OGBrowser-2.0.${BUILD_NUMBER}-Linux.deb"
ssh aptly@${aptly} -o StrictHostKeyChecking=no "aptly publish update noble filesystem:opengnsys:main --passphrase=\"${GPG_PASSPHRASE}\""
'''
}
}