From dbdc0c7febc6e9ee94365f692c2a2a048453d736 Mon Sep 17 00:00:00 2001 From: Nicolas Arenas Date: Tue, 2 Sep 2025 14:00:39 +0200 Subject: [PATCH] refs #2663 Creates changelog from debian changelog and updates Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d5d11a1..3763480 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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" '''