diff --git a/Jenkinsfile b/Jenkinsfile index 09c77fc..d3ddcb6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ pipeline { // Ejecuta un Git Pull en el servidor remoto script { 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"' } } }