print the rsync version
This commit is contained in:
2
automation/Jenkinsfile
vendored
2
automation/Jenkinsfile
vendored
@ -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'
|
||||
|
Reference in New Issue
Block a user