Added doc publishing step.

This commit is contained in:
Matthias Koefferlein 2018-06-24 18:24:13 +02:00
parent 5b7a924c3e
commit 03b25e37bd
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ node("master") {
} }
stage("Publish doc") { stage("Publish doc") {
//publish_doc(BRANCH_NAME) publish_doc(BRANCH_NAME)
} }
} }