fixing scp command

This commit is contained in:
Ulrich Mohr 2022-09-13 17:51:01 +02:00
parent fa5605c959
commit 6451a16888
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ pipeline {
sh 'make Sphinx'
sh 'cd docs/sphinx'
sshagent(credentials: ['documentation-buildfix']) {
sh 'scp -r ./* buildfix@documentation.intra.irs.uni-stuttgart.de:/mnt/data/www/html/fsfw/master'
sh 'scp -o StrictHostKeyChecking=no -r ./* buildfix@documentation.intra.irs.uni-stuttgart.de:/mnt/data/www/html/fsfw/master'
}
}
}