This commit is contained in:
Vendored
+2
-2
@@ -11,9 +11,9 @@ pipeline {
|
||||
|
||||
stage('Pull') {
|
||||
steps {
|
||||
// Ejecuta un Git Pull en la carpeta deseada
|
||||
// Ejecuta un Git Pull en el servidor remoto
|
||||
script {
|
||||
sh 'cd /home/userpi/Status && git pull'
|
||||
sh 'ssh usuario@192.168.1.39 "cd /home/userpi/Status && git pull"'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user