jenkins
Vadim vtroshchinskiy 2025-02-24 15:44:46 +01:00
parent e6bb4ffc64
commit d3a9f36d6d
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -69,7 +69,7 @@ pipeline {
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 opengnsys /tmp/OGBrowser-2.0.${BUILD_NUMBER}-Linux.deb"
ssh aptly@${aptly} -o StrictHostKeyChecking=no "aptly publish update -passphrase=\"${GPG_PASSPHRASE}\" noble filesystem:opengnsys:main "
ssh aptly@${aptly} -o StrictHostKeyChecking=no "aptly publish update -passphrase=\"${GPG_PASSPHRASE}\" noble filesystem:opengnsys:main"
'''
}
}