Skip to content
Snippets Groups Projects
Commit b48a98f8 authored by Lars Bilke's avatar Lars Bilke
Browse files

[Jenkins] Fixed doxygen creation order.

parent 93e8b67b
No related branches found
No related tags found
No related merge requests found
......@@ -108,6 +108,7 @@ pipeline {
'-DOGS_BUILD_TESTS=OFF '
}
build { }
build { target="doc" }
}
}
post {
......@@ -115,6 +116,7 @@ pipeline {
publishReports { }
}
success {
dir('build/docs') { stash(name: 'doxygen') }
script {
step([$class: 'WarningsPublisher', canResolveRelativePaths: false,
messagesPattern: """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment