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:56:48 +02:00
parent 74a8496bd9
commit 3b929b7595

2
Jenkinsfile vendored
View File

@@ -12,7 +12,7 @@ pipeline {
steps {
// Ejecuta un Git Pull en el servidor remoto
script {
sshagent(credentials: ['SSHRaspberryPi1']) {
sshagent(credentials: ['test']) {
sh 'ssh -v userpi@192.168.1.39 "cd /home/userpi/Status && git pull"'
}
}