testing Jenkinsfile

This commit is contained in:
Ulrich Mohr 2022-09-13 14:00:36 +02:00
parent 92e3ab04f3
commit d79b5348d8
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ pipeline {
sh 'make Sphinx'
sh 'cd docs/sphinx'
sshagent(credentials: ['documentation-buildfix']) {
sh 'ssh -vvv buildfix@documents.intra.irs.uni-stuttgart.de uname -a'
sh 'scp -r ./* buildfix@documents.intra.irs.uni-stuttgart.de:/mnt/data/www/html/fsfw/development'
}
}