Test Jenkinsfile
Some checks failed
Gitea/Status/pipeline/head There was a failure building this commit

This commit is contained in:
2024-05-05 21:04:03 +02:00
parent a60f7809c0
commit 11863b4561

2
Jenkinsfile vendored
View File

@@ -12,7 +12,7 @@ pipeline {
steps { steps {
script { script {
// Ejecutar un Git Pull en el servidor remoto // Ejecutar un Git Pull en el servidor remoto
sshagent(credentials: ['test']) { sshagent(credentials: ['userpiSSH']) {
sh 'ssh -v 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"'
} }
} }