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:07:45 +02:00
parent b949ca66a0
commit 9d515098b0

4
Jenkinsfile vendored
View File

@@ -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"'
}
}
}