Test Jenkinsfile
Some checks failed
Gitea/Status/pipeline/head There was a failure building this commit
Some checks failed
Gitea/Status/pipeline/head There was a failure building this commit
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -13,7 +13,7 @@ pipeline {
|
||||
// Ejecuta un Git Pull en el servidor remoto
|
||||
script {
|
||||
sshagent(credentials: ['SSHRaspberryPi1']) {
|
||||
sh 'ssh usuario@192.168.1.39 "cd /home/userpi/Status && git pull"'
|
||||
sh 'ssh userpi@192.168.1.39 "cd /home/userpi/Status && git pull"'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user