refs #2663 Creates changelog from debian changelog and updates Jenkinsfile
ogbrowser-multibranch/pipeline/head This commit looks good Details
ogbrowser-multibranch/pipeline/pr-main There was a failure building this commit Details

fix_upload
Nicolas Arenas 2025-09-02 14:00:39 +02:00
parent 7e9ab86daf
commit dbdc0c7feb
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -164,7 +164,7 @@ pipeline {
# Subir el paquete
scp -o StrictHostKeyChecking=no "$PACKAGE_FILE" aptly@${aptly}:/tmp/
ssh aptly@${aptly} -o StrictHostKeyChecking=no "aptly repo add opengnsys /tmp/$PACKAGE_NAME"
ssh aptly@${aptly} -o StrictHostKeyChecking=no "aptly repo add nightly /tmp/$PACKAGE_NAME"
echo "✅ Paquete subido correctamente: $PACKAGE_NAME"
'''