This commit is contained in:
Vendored
+1
-1
@@ -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"'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user