Test Jenkinsfile
Some checks failed
Gitea/Status/pipeline/head There was a failure building this commit

This commit is contained in:
2024-05-05 20:49:47 +02:00
parent 8a7b7f9921
commit 74a8496bd9

2
Jenkinsfile vendored
View File

@@ -13,7 +13,7 @@ pipeline {
// Ejecuta un Git Pull en el servidor remoto // Ejecuta un Git Pull en el servidor remoto
script { script {
sshagent(credentials: ['SSHRaspberryPi1']) { sshagent(credentials: ['SSHRaspberryPi1']) {
sh 'ssh userpi@192.168.1.39 "cd /home/userpi/Status && git pull"' sh 'ssh -v userpi@192.168.1.39 "cd /home/userpi/Status && git pull"'
} }
} }
} }