diff --git a/Jenkinsfile b/Jenkinsfile index 1abdb90..09c77fc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ pipeline { // Ejecuta un Git Pull en el servidor remoto script { sshagent(credentials: ['SSHRaspberryPi1']) { - sh 'ssh usuario@192.168.1.39 "cd /home/userpi/Status && git pull"' + sh 'ssh userpi@192.168.1.39 "cd /home/userpi/Status && git pull"' } } }