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 { ...@@ -108,6 +108,7 @@ pipeline {
'-DOGS_BUILD_TESTS=OFF ' '-DOGS_BUILD_TESTS=OFF '
} }
build { } build { }
build { target="doc" }
} }
} }
post { post {
...@@ -115,6 +116,7 @@ pipeline { ...@@ -115,6 +116,7 @@ pipeline {
publishReports { } publishReports { }
} }
success { success {
dir('build/docs') { stash(name: 'doxygen') }
script { script {
step([$class: 'WarningsPublisher', canResolveRelativePaths: false, step([$class: 'WarningsPublisher', canResolveRelativePaths: false,
messagesPattern: """ messagesPattern: """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment