testing Jenkinsfile
This commit is contained in:
parent
92e3ab04f3
commit
d79b5348d8
1
automation/Jenkinsfile
vendored
1
automation/Jenkinsfile
vendored
@ -47,6 +47,7 @@ pipeline {
|
|||||||
sh 'make Sphinx'
|
sh 'make Sphinx'
|
||||||
sh 'cd docs/sphinx'
|
sh 'cd docs/sphinx'
|
||||||
sshagent(credentials: ['documentation-buildfix']) {
|
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'
|
sh 'scp -r ./* buildfix@documents.intra.irs.uni-stuttgart.de:/mnt/data/www/html/fsfw/development'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user