refs #2663 Creates changelog from debian changelog and updates Jenkinsfile
parent
7e9ab86daf
commit
dbdc0c7feb
|
@ -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"
|
||||
'''
|
||||
|
|
Loading…
Reference in New Issue