print the rsync version
fsfw/fsfw/pipeline/head There was a failure building this commit Details

This commit is contained in:
Robin Müller 2023-12-12 13:50:57 +01:00
parent dc1e7b30f4
commit 5739c4f357
1 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,7 @@ pipeline {
}
}
steps {
sh 'rsync --version'
dir(DOCDDIR) {
sh 'cmake -DFSFW_BUILD_DOCS=ON -DFSFW_OSAL=host ..'
sh 'make Sphinx'
@ -115,6 +116,7 @@ pipeline {
}
}
steps {
sh 'rsync --version'
dir(DOCDDIR) {
sh 'cmake -DFSFW_BUILD_DOCS=ON -DFSFW_OSAL=host ..'
sh 'make Sphinx'