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

[Jenkins] Always build docs.

parent e692786f
No related branches found
No related tags found
No related merge requests found
...@@ -40,12 +40,11 @@ if (helper.isRelease(this)) { ...@@ -40,12 +40,11 @@ if (helper.isRelease(this)) {
} }
} }
} }
if (helper.isOriginMaster(this)) {
builders['docs'] = { builders['docs'] = {
node('docker') { node('docker') {
dir('ogs') { checkout scm } dir('ogs') { checkout scm }
load 'ogs/scripts/jenkins/docs.groovy' load 'ogs/scripts/jenkins/docs.groovy'
}
} }
} }
......
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